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 @@ -65,7 +65,7 @@ def help_cmd_docs_url_exit(cli, msg=''):
6565 help_cmd (cli ) ; docs_url (cli ) ; sys .exit (1 )
6666
6767def init_cmd_docs_url_exit (cli , msg = '' ):
68- if msg : print (f'\n { colors .br } ERROR: { msg } ' )
68+ if msg : print (f'\n { colors .br } ERROR: { msg } ' )
6969 init_cmd (cli ) ; docs_url (cli ) ; sys .exit (1 )
7070
7171def trunc (msg , end = '\n ' ):
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def help_cmd_docs_url_exit(cli, msg=''):
6565 help_cmd (cli ) ; docs_url (cli ) ; sys .exit (1 )
6666
6767def init_cmd_docs_url_exit (cli , msg = '' ):
68- if msg : print (f'\n { colors .br } ERROR: { msg } ' )
68+ if msg : print (f'\n { colors .br } ERROR: { msg } ' )
6969 init_cmd (cli ) ; docs_url (cli ) ; sys .exit (1 )
7070
7171def trunc (msg , end = '\n ' ):
You can’t perform that action at this time.
0 commit comments