mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-09 15:52:23 +03:00
Fix __main__ to exit with correct exit code
This commit is contained in:
parent
70a0703a0e
commit
6afabdfe02
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
import sys
|
||||
from .ros2nix import main
|
||||
main()
|
||||
sys.exit(main())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue