mirror of
https://github.com/WikiTeam/wikiteam
synced 2024-11-04 12:00:28 +00:00
'all' -> ['all'] list
git-svn-id: https://wikiteam.googlecode.com/svn/trunk@78 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
This commit is contained in:
parent
a618c228db
commit
bb61e71db2
@ -596,7 +596,7 @@ def getParameters():
|
||||
sys.exit()
|
||||
a = re.sub(' ', '', a)
|
||||
if a.lower() == 'all':
|
||||
config["namespaces"] = 'all'
|
||||
config["namespaces"] = ['all']
|
||||
else:
|
||||
config["namespaces"] = [int(i) for i in a.split(',')]
|
||||
elif o in ("--exnamespaces"):
|
||||
|
Loading…
Reference in New Issue
Block a user