Skip to content

Commit

Permalink
Await directory update
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Jul 30, 2024
1 parent 67d6a54 commit 62bd001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperion/device_setup_plans/setup_panda.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,6 @@ def set_and_create_panda_directory(panda_directory: Path) -> MsgGenerator:
os.makedirs(panda_directory)

async def set_panda_dir():
get_directory_provider().update(directory=panda_directory)
await get_directory_provider().update(directory=panda_directory)

yield from bps.wait_for([set_panda_dir])

0 comments on commit 62bd001

Please sign in to comment.