Try to fix the "WindowsError: [Error 2] The system cannot find the file specified"
This commit is contained in:
parent
87fb1cc7f1
commit
ba7c310d93
@ -605,7 +605,7 @@ def tarball():
|
|||||||
box_draw("Compress binaries into a bzip2 tarball")
|
box_draw("Compress binaries into a bzip2 tarball")
|
||||||
tar = tarfile.open(prefix + '.tar.bz2', 'w:bz2')
|
tar = tarfile.open(prefix + '.tar.bz2', 'w:bz2')
|
||||||
print('Creating archive: ' + os.path.basename(prefix) + '.tar.bz2')
|
print('Creating archive: ' + os.path.basename(prefix) + '.tar.bz2')
|
||||||
tar.add(prefix, arcname=os.path.basename(prefix))
|
tar.add(prefix + '.tar.bz2', arcname=os.path.basename(prefix))
|
||||||
tar.close()
|
tar.close()
|
||||||
|
|
||||||
gInCleanup = False
|
gInCleanup = False
|
||||||
|
Loading…
Reference in New Issue
Block a user