mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
use sys.exit, again
This commit is contained in:
parent
1415c8ce7b
commit
6937823b69
1 changed files with 1 additions and 1 deletions
|
|
@ -100,4 +100,4 @@ except FileNotFoundError:
|
|||
except Exception as e:
|
||||
print(f"Error updating changelog: {str(e)}")
|
||||
print(f"Current working directory: {os.getcwd()}")
|
||||
exit(1)
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue