Skip to content

Commit

Permalink
Ensure lab auth is current before delete
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Aug 2, 2024
1 parent f13e459 commit 94450ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mobu/services/business/nublado.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ async def execute(self) -> None:
await self.execute_code(session)
if self.options.delete_lab:
await self.hub_login()
await self.lab_login()
await self.delete_lab()

async def execution_idle(self) -> bool:
Expand Down

0 comments on commit 94450ac

Please sign in to comment.