r98428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98427‎ | r98428 | r98429 >
Date:18:53, 29 September 2011
Author:laner
Status:deferred (Comments)
Tags:
Comment:
Fixing syntax error. Follow up to r98415.
Modified paths:
  • /trunk/debs/wikimedia-task-dns-auth/gen-zones (modified) (history)

Diff [purge]

Index: trunk/debs/wikimedia-task-dns-auth/gen-zones
@@ -76,7 +76,7 @@
7777 try:
7878 if (os.path.getmtime(filepath) <= os.path.getmtime(zonefilepath)
7979 and os.path.getmtime(langlist) <= os.path.getmtime(zonefilepath)):
80 - continue
 80+ continue
8181 except OSError:
8282 pass
8383

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98415bug fixing - used split when I meant strip, exit needs to come from sys to wo...ben16:25, 29 September 2011

Comments

#Comment by Bhartshorne (talk | contribs)   20:27, 29 September 2011

this should be followup of r98381 rather than 98415.

Status & tagging log