From 76aae36c474d6524b4e3d8f768865eadeaf9f5e1 Mon Sep 17 00:00:00 2001 From: johnson2427 Date: Thu, 24 Oct 2024 15:24:22 -0500 Subject: [PATCH] fix: flake8 issue --- silverback/_cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/silverback/_cli.py b/silverback/_cli.py index dda312f5..98837be4 100644 --- a/silverback/_cli.py +++ b/silverback/_cli.py @@ -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