Skip to content

Commit f8cfacc

Browse files
Update snakemake/jobs.py
1 parent 76a0101 commit f8cfacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ async def postprocess(self, error=False, **kwargs):
15211521
if i > 0:
15221522
# Wait a bit to ensure that subsequent levels really have distinct
15231523
# modification times.
1524-
time.sleep(0.1)
1524+
await asyncio.sleep(0.1)
15251525
async with asyncio.TaskGroup() as tg:
15261526
for job in level:
15271527
# postprocessing involves touching output files (to ensure that

0 commit comments

Comments
 (0)