Fix black error.

This commit is contained in:
Joaquin 2020-10-07 23:17:17 -05:00 committed by Jonathan Wren
parent 5f47a60338
commit 80c66eefbe
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -302,7 +302,7 @@ def _display_search_results(args, journal, **kwargs):
print(exporter.export(journal, args.filename))
else:
# Display according display_format config option
config_selected = kwargs['config'].get("display_format")
config_selected = kwargs["config"].get("display_format")
exporter = plugins.get_exporter(config_selected)
if config_selected:
print(exporter.export(journal, args.filename))