(no commit message)
authorRami Rauch <rrauch@stanford.edu>
Wed, 13 Aug 2008 23:53:53 +0000 (23:53 +0000)
committerRami Rauch <rrauch@stanford.edu>
Wed, 13 Aug 2008 23:53:53 +0000 (23:53 +0000)
htswdataprod/htswdataprod/automation/runner_s.py

index dc2652212e4c618bc8d464bafd40b46d7738f81b..57e71558bb337595e9fa4f7457c860605ab9a58e 100644 (file)
@@ -76,7 +76,7 @@ class Runner(rpc.XmlRpcBot):
             words = msg.split()
             if len(words) == 3:
                 self.sequencingFinished(words[1],words[2])
-                reply = u"starting run for FCID: %s and RunFolder: %s" % (words[1],words[2])
+                reply = u"starting run for FCID: %s and RunFolder: %s" % (words[2],words[1])
             else:
                 reply = u"need runfolder name"
         else: