340
340
acceptable_keys_config = self._config_stack.get('acceptable_keys')
349
341
if acceptable_keys_config is not None:
351
343
if command_line_input is not None: # command line overrides config
356
347
self.acceptable_keys = []
358
349
result = self.context.keylist(pattern)