https://bugzilla.redhat.com/show_bug.cgi?id=1202604



--- Comment #7 from Zbigniew JÄ™drzejewski-Szmek <[email protected]> ---
-              destination, sys.exc_info()[1])))
-        os.unlink(fpath)
-        raise
+    except IOError as e:
+        raise Exception(_("Could not rename to {0}. Error:
{1}").format(destination, e))
+    f.delete = False

(sorry, this should have been part of the previous paste.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to