mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix missing exit code in nomededia
nodemedia was not setting return code on exit properly.
This commit is contained in:
parent
c9157b90eb
commit
94a4a7e20b
@ -187,5 +187,7 @@ def main():
|
||||
argparser.print_help()
|
||||
sys.exit(1)
|
||||
handler(noderange, media)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
sys.exit(exitcode)
|
||||
|
Loading…
Reference in New Issue
Block a user