Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Mar 22, 2022
1 parent 8175f8b commit 0713972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sanic/cli/app.py
Expand Up @@ -116,7 +116,8 @@ def _get_app(self):
if module_name == "" and os.path.isdir(self.args.module):
raise ValueError(
"App not found.\n"
" Please use --simple if you are passing a directory to sanic.\n"
" Please use --simple if you are passing a "
"directory to sanic.\n"
f" eg. sanic {self.args.module} --simple"
)

Expand Down

0 comments on commit 0713972

Please sign in to comment.