remove accidental debug stuff

This commit is contained in:
Andrei Alexeyev 2019-08-03 21:14:28 +03:00
parent 5a23fb95fc
commit 9b5c295f0b
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -138,7 +138,7 @@ def main(args):
j = Janitor(pargs.rootdir / 'src')
with ThreadPoolExecutor(max_workers=1) as ex:
with ThreadPoolExecutor() as ex:
tuple(ex.map(j.do_maintenance, j.iter_files()))