fix a white space issue
[htsworkflow.git] / 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)