https://bugzilla.suse.com/show_bug.cgi?id=746701 https://bugzilla.suse.com/show_bug.cgi?id=746701#c1 Daniel Mach <daniel.mach@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |daniel.mach@suse.com Resolution|--- |UPSTREAM --- Comment #1 from Daniel Mach <daniel.mach@suse.com> --- osc has been using a context manager for this for years, it should never leave the files open: core.py: with tempfile.NamedTemporaryFile(prefix='osc-copypac') as f: ... There's nothing to be fixed in the current code. -- You are receiving this mail because: You are on the CC list for the bug.