fix(api): raise SystemExit in manage.py script

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2467>
This commit is contained in:
jo 2023-06-12 14:15:12 +02:00 committed by Marge
commit b70b120363
2 changed files with 2 additions and 1 deletions

View file

@ -12,4 +12,4 @@ warnings.warn(
)
if __name__ == "__main__":
SystemExit(main())
raise SystemExit(main())