fix(api): raise SystemExit in manage.py script
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2467>
This commit is contained in:
parent
21c67aa39a
commit
b70b120363
|
@ -12,4 +12,4 @@ warnings.warn(
|
|||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
SystemExit(main())
|
||||
raise SystemExit(main())
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Raise SystemExit exception in API manage.py script
|
Loading…
Reference in New Issue