diff bin/subcomposer @ 1860:5bcb950024af

reformat python Ignore-this: 7bbe37d199612c9c74ef2904c3f13553
author drewp@bigasterisk.com
date Wed, 22 May 2019 00:09:13 +0000
parents f066d6e874db
children
line wrap: on
line diff
--- a/bin/subcomposer	Wed May 22 00:08:22 2019 +0000
+++ b/bin/subcomposer	Wed May 22 00:09:13 2019 +0000
@@ -16,7 +16,6 @@
 
 """
 
-
 from run_local import log
 import time, logging
 
@@ -161,8 +160,8 @@
         graph = self.graph
 
         def ann():
-            print("currently: session=%s currentSub=%r _currentChoice=%r" % (
-                self.session, self.currentSub(), self._currentChoice()))
+            print("currently: session=%s currentSub=%r _currentChoice=%r" %
+                  (self.session, self.currentSub(), self._currentChoice()))
 
         @graph.addHandler
         def graphChanged():