remove accidental debug stuff
This commit is contained in:
parent
5a23fb95fc
commit
9b5c295f0b
1 changed files with 1 additions and 1 deletions
|
@ -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()))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue