Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe742 committed Jul 5, 2023
1 parent 4950a12 commit cefbf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sanic/cli/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def _get_app(self, app_loader: AppLoader):
" Example Module: project.sanic_server.app"
)
error_logger.error(
'\nThe error below might have caused the above one:\n'
f'{e.msg}'
"\nThe error below might have caused the above one:\n"
f"{e.msg}"
)
sys.exit(1)
else:
Expand Down

0 comments on commit cefbf01

Please sign in to comment.