'all' -> ['all'] list

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@78 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 13 years ago
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…
Cancel
Save