r79956 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79955‎ | r79956 | r79957 >
Date:20:37, 10 January 2011
Author:ariel
Status:deferred
Tags:
Comment:
write in python, not perl :-P (fix string concat syntax)
Modified paths:
  • /branches/ariel/xmldumps-backup/WikiDump.py (modified) (history)

Diff [purge]

Index: branches/ariel/xmldumps-backup/WikiDump.py
@@ -228,7 +228,7 @@
229229 try:
230230 # tack on the file age so that if we have multiple wikis
231231 # dumped on the same day, they get ordered properly
232 - age = last . fileAge(dumpStatus)
 232+ age = "%s%s" % (last, fileAge(dumpStatus))
233233 status = readFile(dumpStatus)
234234 except:
235235 print "dump dir %s corrupt?" % dumpStatus

Status & tagging log