Skip to content

Commit feeca51

Browse files
committed
remove bad arg
1 parent fd6c969 commit feeca51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ def collect_setup_info() -> SetupInfo:
346346
message="Enter the path to your tests directory",
347347
path_type=inquirer.Path.DIRECTORY,
348348
exists=False, # Allow creating new directories
349-
normalize_to_absolute_path=False,
350349
)
351350
]
352351

0 commit comments

Comments
 (0)