From db9fb0a2ff6083f7a15ad8864295df3d4cbb2856 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 6c4a61ec..9f0211b9 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