File tree Expand file tree Collapse file tree
remove-json-keys/src/remove_json_keys/lib
translate-messages/src/translate_messages/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def config_file(cli: sn) -> None: # for --init
1818 if project_root :
1919 config_dir , in_project_root = Path (project_root ), True
2020 else :
21- log .warn (cli .msgs .NO_PROJECT_ROOT_FOUND )
21+ log .warn (cli .msgs .warn_NO_PROJECT_ROOT_FOUND )
2222 user_resp = input (f'{ cli .msgs .prompt_INIT_CONFIG_HERE_ANYWAY } ? (y/N): ' ).strip ().lower ()
2323 if not user_resp .startswith ('y' ) : return
2424 config_dir , in_project_root = Path .cwd (), False
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def config_file(cli: sn) -> None: # for --init
1919 if project_root :
2020 config_dir , in_project_root = Path (project_root ), True
2121 else :
22- log .warn (cli .msgs .NO_PROJECT_ROOT_FOUND )
22+ log .warn (cli .msgs .warn_NO_PROJECT_ROOT_FOUND )
2323 user_resp = input (f'{ cli .msgs .prompt_INIT_CONFIG_HERE_ANYWAY } ? (y/N): ' ).strip ().lower ()
2424 if not user_resp .startswith ('y' ) : return
2525 config_dir , in_project_root = Path .cwd (), False
You can’t perform that action at this time.
0 commit comments