We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dbdff commit 4e9329eCopy full SHA for 4e9329e
codeflash/cli_cmds/cmd_init.py
@@ -201,7 +201,7 @@ def collect_setup_info() -> SetupInfo:
201
path_type=inquirer.Path.DIRECTORY,
202
)
203
if custom_module_root_answer:
204
- module_root = Path(curdir) / Path(custom_module_root_answer["path"])
+ module_root = Path(custom_module_root_answer["path"])
205
else:
206
apologize_and_exit()
207
0 commit comments