Skip to content
Snippets Groups Projects
Commit 442b62e3 authored by Bilal Bayasut's avatar Bilal Bayasut
Browse files

remove useless cleanup metod within tempfile

parent c5ec7737
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ def main(args, settings):
tar.extractall(tmpdir)
tar.close()
restore_components(args, settings, restore_functions, tmpdir)
tmpdir.cleanup()
else:
tmpdir = tempfile.mkdtemp()
tar.extractall(tmpdir)
......
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