Skip to content

Commit 33b5ac1

Browse files
authored
Update nuitka_build.py
1 parent 72f686e commit 33b5ac1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package/nuitka_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def main():
126126
else:
127127
print("打包失败,没有成功打包任何任务")
128128
print(f"失败的任务: {', '.join(task_error_list)}")
129-
sys.exit(0)
129+
sys.exit(1)
130130

131131
if __name__ == '__main__':
132-
main()
132+
main()

0 commit comments

Comments
 (0)