forked from OpenSDV/Linux_Kernel_map4vehicle
*main
This commit is contained in:
parent
a7617ebe7b
commit
76f5ec8f20
|
@ -1115,9 +1115,8 @@ def main():
|
|||
elif isinstance(ret, bool) and ret is False:
|
||||
sys.exit(os.EX_CONFIG)
|
||||
else:
|
||||
pprint(ret)
|
||||
# if (ret is not None):
|
||||
# print(ret)
|
||||
if (ret is not None):
|
||||
print(ret)
|
||||
except KeyboardInterrupt:
|
||||
log("\nInterrupted")
|
||||
|
||||
|
|
Loading…
Reference in New Issue