exit code 0!

This commit is contained in:
shenjack 2023-06-10 16:11:17 +08:00
parent 3797e1f650
commit d1b6b8bf66

View File

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