summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-07-22 11:06:58 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-07-22 11:06:58 -0400
commit76e2e2589b730547250bd9dc8937014eef428b4e (patch)
tree2463459012e3d08536d3d4713300dd3aff55c29d
parentbe207fe26fbcd3133aaf6876ff37ce13ac10e694 (diff)
tempest pull: fixed typo
-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