mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
- oops don't close this file
This commit is contained in:
parent
700856ee7b
commit
902cbddf31
@ -525,7 +525,7 @@ def main(opts, argv):
|
||||
rpmlist_file = NamedTemporaryFile(prefix='rpmlist.', dir = tempdir)
|
||||
rpmlist_filename = rpmlist_file.name
|
||||
rpmlist_file.writelines(rpmlist)
|
||||
rpmlist_file.close()
|
||||
rpmlist_file.flush()
|
||||
|
||||
vm_options=""
|
||||
if config['build-device'] and config['build-memory'] and config['build-type']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user