From 76e2e2589b730547250bd9dc8937014eef428b4e Mon Sep 17 00:00:00 2001 From: Clark Laughlin Date: Wed, 22 Jul 2015 11:06:58 -0400 Subject: tempest pull: fixed typo --- tempest-pull/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3