fix a white space issue
authorDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 21:52:12 +0000 (14:52 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 6 Apr 2015 21:52:12 +0000 (14:52 -0700)
htsworkflow/automation/runner.py

index 073a6e7a6861ec8f4b544a64978eca129628bd40..d973079fd6b733a066bccfedc9aac9b6c2107daf 100644 (file)
@@ -87,7 +87,7 @@ class Runner(rpc.XmlRpcBot):
             else:
                 reply = u"need runfolder name"
         elif re.match(u"path", msg):
-           reply = u"My path is: " + unicode(os.environ['PATH'])
+            reply = u"My path is: " + unicode(os.environ['PATH'])
         else:
             reply = u"I didn't understand '%s'" %(msg)