mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
call main() from __main__
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -190,4 +190,6 @@ def main():
|
||||
sys.stdout.write("\033[K")
|
||||
print("Finished installation")
|
||||
|
||||
main()
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main())
|
||||
|
||||
Reference in New Issue
Block a user