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 a5bb8f5 commit 6a9121aCopy full SHA for 6a9121a
1 file changed
remove-json-keys/src/remove_json_keys/__main__.py
@@ -11,7 +11,7 @@ def main():
11
12
log.info(f'Searching for {cli.config.json_dir}...')
13
init.json_dir(cli)
14
- if Path(cli.config.locales_dir).exists():
+ if Path(cli.config.json_dir).exists():
15
log.success('Directory found!')
16
print(f'\n>> {cli.config.json_dir}')
17
else:
0 commit comments