Return 0 if everything ok as excepted in a shell
This commit is contained in:
parent
eb0a3a596f
commit
76b2d253ce
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ def run(config):
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
return run(config)
|
return 0 if run(config) else 1
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue