Skip to content

Commit ab0efd3

Browse files
authored
Merge pull request GoogleCloudPlatform#4431 from mr0re1/preempt_blunder
Fix typo `start_instance_op`
2 parents fc80ae7 + d4a93bd commit ab0efd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/slurmsync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def start_instance_op(node: str) -> Any:
126126
return lookup().compute.instances().start(
127127
project=lookup().project,
128128
zone=inst.zone,
129-
instance=inst,
129+
instance=inst.name,
130130
)
131131

132132

0 commit comments

Comments
 (0)