Skip to content

Commit cdb4e98

Browse files
committed
Remove needless _exit call
1 parent 498afc9 commit cdb4e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/get_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
params, macros, features = get_config(options.source_dir, target, toolchain)
6060
if not params and not macros:
6161
print("No configuration data available.")
62-
_exit(0)
62+
sys.exit(0)
6363
if params:
6464
print("Configuration parameters")
6565
print("------------------------")

0 commit comments

Comments
 (0)