Skip to content

Commit 6937823

Browse files
committed
use sys.exit, again
1 parent 1415c8c commit 6937823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/overwrite_changeset_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def overwrite_changelog_section(changelog_text: str, new_content: str):
100100
except Exception as e:
101101
print(f"Error updating changelog: {str(e)}")
102102
print(f"Current working directory: {os.getcwd()}")
103-
exit(1)
103+
sys.exit(1)

0 commit comments

Comments
 (0)