Skip to content

Commit

Permalink
fix: flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Oct 25, 2024
1 parent fdd3428 commit 76aae36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def build(generate, path):
):
raise FileNotFoundError(
f"The bots directory '{path}', 'bot/' and 'bot.py' does not exist in your path. "
f"You should have a '{path}/' or 'bot/' folder, or a 'bot.py' file in the root of your project."
f"You should have a '{path}/' or 'bot/' folder, or a 'bot.py' file in the root "
"of your project."
)
if path.is_file():
dockerfile_content = DOCKERFILE_CONTENT
Expand Down

0 comments on commit 76aae36

Please sign in to comment.