Skip to content
Snippets Groups Projects
Commit 03c4b0a0 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix a case where a tmp dir was not removed

parent 1557b666
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ def image_creator(options, out):
time.sleep(1)
out.info()
finally:
os.rmdir
os.rmdir(mpoint)
if options.sysprep:
image.os.do_sysprep()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment