Skip to content

Commit 1f8486e

Browse files
committed
debug
1 parent 5c010b4 commit 1f8486e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def collect_setup_info() -> SetupInfo:
237237
)
238238
console.print(info_panel)
239239
console.print()
240-
print("''".join(module_subdir_options))
240+
print("'" + "''".join(module_subdir_options))
241241
questions = [
242242
inquirer.List(
243243
"module_root",

0 commit comments

Comments
 (0)