ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04639
[Merge] ~sespiros/ubuntu-qa-tools:lpl-common-download-fix into ubuntu-qa-tools:master
Spyros Seimenis has proposed merging ~sespiros/ubuntu-qa-tools:lpl-common-download-fix into ubuntu-qa-tools:master.
Requested reviews:
David Fernandez Gonzalez (litios)
For more details, see:
https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/453896
--
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
diff --git a/common/lpl_common.py b/common/lpl_common.py
index 2d35bf0..a6377a6 100644
--- a/common/lpl_common.py
+++ b/common/lpl_common.py
@@ -256,3 +256,4 @@ def download(opener, url, filename=None, verbose=True, dryrun=False):
tmp.close()
shutil.move(tmp.name,filename)
+ return filename
Follow ups