Fix minor error with normpath call

pull/248/head
PiRSquared17 9 years ago
parent 7ad89fc226
commit 1b2e83aa8c

@ -1438,7 +1438,7 @@ def getParameters(params=[]):
'xml': args.xml,
'namespaces': namespaces,
'exnamespaces': exnamespaces,
'path': os.path.normpath(args.path) or '',
'path': os.path.normpath(args.path or '') or '',
'cookies': args.cookies or '',
'delay': args.delay
}

Loading…
Cancel
Save