We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adcd323 + e1056e4 commit e522c70Copy full SHA for e522c70
1 file changed
labgrid/remote/coordinator.py
@@ -986,6 +986,7 @@ def schedule_reservations(self):
986
res.allocations.clear()
987
res.refresh(300)
988
print(f"reservation ({res.owner}/{res.token}) is now {res.state.name}")
989
+ break
990
if place.acquired is not None:
991
acquired_places.add(name)
992
assert name not in allocated_places, "conflicting allocation"
0 commit comments