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 @@
77
77
try:
78
78
if (os.path.getmtime(filepath) <= os.path.getmtime(zonefilepath)
79
79
and os.path.getmtime(langlist) <= os.path.getmtime(zonefilepath)):
80
- continue
80
+ continue
81
81
except OSError:
82
82
pass
83
83
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98415
bug fixing - used split when I meant strip, exit needs to come from sys to wo...
ben
16: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
01:30, 22 October 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r98428
[
removed:
new
added:
deferred]