summaryrefslogtreecommitdiff
path: root/tempest-pull/app/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest-pull/app/app.py')
-rw-r--r--tempest-pull/app/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest-pull/app/app.py b/tempest-pull/app/app.py
index 22d8f2a..977c789 100644
--- a/tempest-pull/app/app.py
+++ b/tempest-pull/app/app.py
@@ -21,7 +21,7 @@ def run(config, print_config):
# pull misc data files
annotations = urllib2.urlopen('https://git.linaro.org/leg/openstack/lava-openstack.git/blob/HEAD:/test-annotations.json')
- with open(os.path.combine(config["LOGS_ROOT"], 'test-annotations.json'), 'w') as f:
+ with open(os.path.join(config["LOGS_ROOT"], 'test-annotations.json'), 'w') as f:
f.write(annotations.read())
# pull result bundles from LAVA