Skip to content
Snippets Groups Projects
Commit 9a200bc9 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Print the "Starting diffoscope $VERSION" line as the first line as we are, well, starting.

parent 786ff489
No related branches found
No related tags found
No related merge requests found
......@@ -610,9 +610,10 @@ def run_diffoscope(parsed_args):
unpredictable behaviour.)
"""
logger.debug("Starting diffoscope %s", VERSION)
ProfileManager().setup(parsed_args)
PresenterManager().configure(parsed_args)
logger.debug("Starting diffoscope %s", VERSION)
if not tlsh:
logger.warning(
'Fuzzy-matching is currently disabled as the "tlsh" module is unavailable.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment