diff piecrust/admin/sites.py @ 812:82509bce94ca

internal: PEP8 fixup for admin panel code.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 20 Dec 2016 22:20:18 -0800
parents 5e91bc0e3b4d
children
line wrap: on
line diff
--- a/piecrust/admin/sites.py	Mon Dec 19 22:31:30 2016 -0800
+++ b/piecrust/admin/sites.py	Tue Dec 20 22:20:18 2016 -0800
@@ -63,10 +63,10 @@
 
     def publish(self, target):
         args = [
-                'chef',
-                '--pid-file', self.publish_pid_file,
-                'publish', target,
-                '--log-publisher', self.publish_log_file]
+            'chef',
+            '--pid-file', self.publish_pid_file,
+            'publish', target,
+            '--log-publisher', self.publish_log_file]
         proc = subprocess.Popen(args, cwd=self.root_dir)
 
         def _comm():