Skip to content

Commit fcb45c6

Browse files
committed
Stripped whitespace
1 parent d44911b commit fcb45c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • translate-messages/src/translate_messages/lib

translate-messages/src/translate_messages/lib/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def cli(caller_file):
1414
config_path = os.path.join(cli.project_root, filename)
1515
if os.path.exists(config_path):
1616
cli.config = data.sns.from_dict(data.json.read(config_path)) ; break
17-
17+
1818
# Parse CLI args
1919
argp = argparse.ArgumentParser(description='Translate en/messages.json to other locales')
2020
argp.add_argument('--include-langs', type=str, help='Languages to include (e.g. "en,es,fr")')

0 commit comments

Comments
 (0)