Skip to content
Snippets Groups Projects
Commit bf94b7f6 authored by Simon McVittie's avatar Simon McVittie
Browse files

sysroot: Add missing return statement

parent 6d315c2a
No related branches found
No related tags found
No related merge requests found
...@@ -216,6 +216,8 @@ def main(): ...@@ -216,6 +216,8 @@ def main():
else: else:
raise AssertionError raise AssertionError
return 0
if __name__ == '__main__': if __name__ == '__main__':
sys.exit(main()) sys.exit(main())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment