Skip to content

Commit

Permalink
return from super() makemigrations command handle method
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 28, 2024
1 parent 14406c2 commit 917a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlfun/management/commands/makemigrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def handle(self, *args, **options):
import traceback
traceback.print_exc(file=self.stderr)

super().handle(*args, **options)
return super().handle(*args, **options)

0 comments on commit 917a925

Please sign in to comment.