fixed issue with special char in filename (related to utf8)
[mw] / src / mw / clicommands.py
index e02ec798eb589507afe6fe2984ed7f0e8422c3a2..55e4027431d56dab01e9e172557d2f0cc697caf2 100644 (file)
@@ -230,7 +230,6 @@ class CommitCommand(CommandBase):
                 if revid != awaitedrevid :
                      print "Ignoring %s - Edition conflict detected %s - %s " % ( file , awaitedrevid, revid)
                      continue
-                raw_input()
                 edittoken = response['query']['pages'][pageid]['edittoken']
                 # FIXME use basetimestamp and starttimestamp
                 filename = os.path.join(self.metadir.root, file)

Benjamin Mako Hill || Want to submit a patch?