change mercury atomic_write output order

This commit is contained in:
Nick Sweeting 2021-02-16 06:19:16 -05:00
parent e62ecffeb0
commit d0f8a5e710
2 changed files with 5 additions and 2 deletions

View file

@ -112,6 +112,7 @@ def save_readability(link: Link, out_dir: Optional[str]=None, timeout: int=TIMEO
except (Exception, OSError) as err:
status = 'failed'
output = err
cmd = [cmd[0], './{singlefile,dom}.html']
finally:
timer.end()