summaryrefslogtreecommitdiffstats
path: root/odl-pipeline/lib/test_environment/test_environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'odl-pipeline/lib/test_environment/test_environment.py')
-rwxr-xr-xodl-pipeline/lib/test_environment/test_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/odl-pipeline/lib/test_environment/test_environment.py b/odl-pipeline/lib/test_environment/test_environment.py
index ed961d2..d4894a9 100755
--- a/odl-pipeline/lib/test_environment/test_environment.py
+++ b/odl-pipeline/lib/test_environment/test_environment.py
@@ -18,7 +18,7 @@ class TestEnvironment(Service):
def run(self, sys_args, config):
self.BUILD_DIR = '../build/apex-%s' % sys_args.env_number
- self.env = sys_args.env_number
+ self.env = str(sys_args.env_number).replace('"', '')
self.cleanup()
if sys_args.cleanup:
return