From 051eccd103d8b5fd1a5e6971427f4e1c48bd0139 Mon Sep 17 00:00:00 2001 From: Ekaterina Fedorova Date: Tue, 13 Aug 2013 13:11:02 +0400 Subject: [PATCH] Fix error from previous commit Change-Id: I38aa45777e89de18b0dacb6c48e2f133de4ba3e5 --- muranoclient/v1/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranoclient/v1/services.py b/muranoclient/v1/services.py index a38d9f73..f228533e 100644 --- a/muranoclient/v1/services.py +++ b/muranoclient/v1/services.py @@ -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: