Skip to content

Commit bedea6d

Browse files
committed
fix
1 parent 1f8486e commit bedea6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,7 @@ def collect_setup_info() -> SetupInfo:
339339

340340
custom_tests_questions = [
341341
inquirer.Path(
342-
"custom_tests_path",
343-
message="Enter the path to your tests directory",
344-
path_type=inquirer.Path.DIRECTORY,
345-
exists=False, # Allow creating new directories
342+
"custom_tests_path", message="Enter the path to your tests directory", path_type=inquirer.Path.DIRECTORY
346343
)
347344
]
348345

0 commit comments

Comments
 (0)