1
0
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:
Marcus Hüwe 2009-10-24 12:21:30 +00:00
parent 700856ee7b
commit 902cbddf31

View File

@ -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']: