Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Apr 20, 2023
1 parent 11f018f commit 22b723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/onefuzz/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def list_nodes(self, task_id: UUID_EXPANSION) -> Optional[List[NodeAssignment]]:

def _get_node(
self, task_id: UUID_EXPANSION, node_id: Optional[UUID]
) -> Tuple[UUID, UUID]:
) -> Tuple[str, UUID]:
nodes = self.list_nodes(task_id)
if not nodes:
raise Exception("task is not currently executing on nodes")
Expand Down

0 comments on commit 22b723b

Please sign in to comment.