exit code 0!

This commit is contained in:
shenjack 2023-06-10 16:11:17 +08:00
parent e75d4171af
commit 00e753a500

View File

@ -79,3 +79,4 @@ if __name__ == '__main__':
file_path = os.path.join(path, file) file_path = os.path.join(path, file)
dist_zip.write(file_path) dist_zip.write(file_path)
print('Zip Done!') print('Zip Done!')
sys.exit(0)