[Pywikipedia-l] SVN: [4660] trunk/pywikipedia/refcheck.py
rotem at svn.wikimedia.org
rotem at svn.wikimedia.org
Sun Dec 9 14:01:29 UTC 2007
Revision: 4660
Author: rotem
Date: 2007-12-09 14:01:24 +0000 (Sun, 09 Dec 2007)
Log Message:
-----------
(patch 1844775) Consistent whitespace in refcheck.py.
Modified Paths:
--------------
trunk/pywikipedia/refcheck.py
Modified: trunk/pywikipedia/refcheck.py
===================================================================
--- trunk/pywikipedia/refcheck.py 2007-12-09 13:58:26 UTC (rev 4659)
+++ trunk/pywikipedia/refcheck.py 2007-12-09 14:01:24 UTC (rev 4660)
@@ -54,10 +54,10 @@
if arg == '-count':
doCount = True
elif arg.startswith('-namespace:'):
- try:
- namespaces.append(int(arg[len('-namespace:'):]))
- except ValueError:
- namespaces.append(arg[len('-namespace:'):])
+ try:
+ namespaces.append(int(arg[len('-namespace:'):]))
+ except ValueError:
+ namespaces.append(arg[len('-namespace:'):])
else:
argsList.append(arg)
More information about the Pywikipedia-l
mailing list