Skip to content
Snippets Groups Projects
Unverified Commit 42bfd455 authored by ysde's avatar ysde Committed by GitHub
Browse files

Merge pull request #110 from bilalbayasut/master

remove useless cleanup metod within tempfile
parents c5ec7737 442b62e3
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