1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

- yet another fix for python24

This commit is contained in:
Marcus Hüwe 2009-11-06 21:15:58 +00:00
parent 3226fb0f9b
commit fbf2e669b4

View File

@ -83,6 +83,7 @@ class Fetcher:
print print
(fd, tmpfile) = tempfile.mkstemp(prefix='osc_build') (fd, tmpfile) = tempfile.mkstemp(prefix='osc_build')
try:
try: try:
# it returns the filename # it returns the filename
ret = mg.urlgrab(pac.filename, ret = mg.urlgrab(pac.filename,