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

Commit 22b723b

Browse files
committed
Type fix
1 parent 11f018f commit 22b723b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/onefuzz/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def list_nodes(self, task_id: UUID_EXPANSION) -> Optional[List[NodeAssignment]]:
185185

186186
def _get_node(
187187
self, task_id: UUID_EXPANSION, node_id: Optional[UUID]
188-
) -> Tuple[UUID, UUID]:
188+
) -> Tuple[str, UUID]:
189189
nodes = self.list_nodes(task_id)
190190
if not nodes:
191191
raise Exception("task is not currently executing on nodes")

0 commit comments

Comments
 (0)