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 94b144c commit 78c9d2cCopy full SHA for 78c9d2c
1 file changed
translate-messages/lib/init.py
@@ -24,4 +24,3 @@ def configFile(cli, caller_file):
24
if os.path.exists(cli.config_path):
25
with open(cli.config_path, 'r', encoding='utf-8') as f:
26
cli.config_data.update(json.load(f))
27
-
0 commit comments