Skip to content

Commit

Permalink
add minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Aug 15, 2023
1 parent a3386ed commit 4128299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_scheduler/tests/test_job_files_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async def test_copy_from_staging():
def clear_outputs_dir():
yield
shutil.rmtree(OUTPUTS_DIR)
# rmtree() is not synchronous; wait until it has finished running
while os.path.isdir(OUTPUTS_DIR):
time.sleep(0.01)

Expand Down

0 comments on commit 4128299

Please sign in to comment.