Fix error from previous commit

Change-Id: I38aa45777e89de18b0dacb6c48e2f133de4ba3e5
This commit is contained in:
Ekaterina Fedorova 2013-08-13 13:11:02 +04:00
parent 0c10a89cc5
commit 16a310480f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ def normalize_path(f):
if not posixpath.isabs(path):
raise ValueError("Parameter 'path' should start with '/'")
# args = list(args)
args = list(args)
if len(args) >= 3:
args[2] = args[2][1:]
else: