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 8e612e4 commit ca8e6c7Copy full SHA for ca8e6c7
1 file changed
remove-json-keys/src/remove_json_keys/lib/init.py
@@ -34,7 +34,7 @@ def config_file(cli):
34
data.file.write(cli.config_filepath, cli.default_file_config)
35
log.success(f'Default config created at {cli.config_filepath}')
36
37
-def locales_dir(target_dir):
+def json_dir(target_dir):
38
for root, dirs, _ in os.walk(os.getcwd()):
39
if target_dir in dirs:
40
return os.path.join(root, target_dir)
0 commit comments