config.py lint fixes

This commit is contained in:
Nick Sweeting 2023-05-04 01:43:34 -07:00
parent 0b950b3253
commit f0033f75d0
3 changed files with 5 additions and 4 deletions

View file

@ -184,7 +184,7 @@ def archive_link(link: Link, overwrite: bool=False, methods: Optional[Iterable[s
link.url,
command,
ts
) + "\n"))
) + "\n" + str(e) + "\n"))
#f.write(f"\n> {command}; ts={ts} version={config['VERSION']} docker={config['IN_DOCKER']} is_tty={config['IS_TTY']}\n")
# print(' ', stats)