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 @@ -51,7 +51,7 @@ def load(cli):
5151
5252 # Assign help tips from cli.msgs
5353 for ctrl_key , ctrl in vars (controls ).items ():
54- if ctrl_key .startswith ('legacy_' ) or ctrl_key . endswith ( 'entropy' ) : continue
54+ if ctrl_key .startswith ('legacy_' ) : continue
5555 if not hasattr (ctrl , 'help' ) : ctrl .help = getattr (cli .msgs , f'help_{ ctrl_key .upper ()} ' )
5656
5757 # Load from config file
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def load(cli):
6161
6262 # Assign help tips from cli.msgs
6363 for ctrl_key , ctrl in vars (controls ).items ():
64- if ctrl_key .startswith ('legacy_' ) or ctrl_key . endswith ( 'entropy' ) : continue
64+ if ctrl_key .startswith ('legacy_' ) : continue
6565 if not hasattr (ctrl , 'help' ) : ctrl .help = getattr (cli .msgs , f'help_{ ctrl_key .upper ()} ' )
6666
6767 # Load from config file
You can’t perform that action at this time.
0 commit comments