Skip to content

Commit

Permalink
run proper script and terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jun 10, 2024
1 parent 5362d87 commit 53b742e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nwg_shell_config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def main():
sys.exit(1)
try:
subprocess.Popen(cmd.split())
sys.exit(0)
except Exception as e:
eprint(e)
sys.exit(1)
Expand Down

0 comments on commit 53b742e

Please sign in to comment.