commit | 6c77b34268954cf114fbe18df8e927b5f7146b85 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Feb 20 09:32:55 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Feb 20 09:32:55 2014 -0800 |
tree | e5c73502a9665312984099b7e693a926edac34fe | |
parent | 6ab3f46b6f615dda1cef5cf7d0531a1cc9ba2903 [diff] [blame] |
python 2.6
diff --git a/tasks.py b/tasks.py index 1021360..8c7dc40 100644 --- a/tasks.py +++ b/tasks.py
@@ -62,7 +62,7 @@ response.raise_for_status() for artifact in response.json()["artifacts"]: response = requests.get( - "{}artifacts/{}".format(run["url"], artifact["relativePath"]) + "{0}artifacts/{1}".format(run["url"], artifact["relativePath"]) ) out_path = os.path.join( os.path.dirname(__file__),