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.
1 parent fa027c7 commit 412f0a6Copy full SHA for 412f0a6
labgrid/target.py
@@ -43,8 +43,9 @@ def interact(self, msg):
43
44
def update_resources(self):
45
"""
46
- Iterate over all relevant resources and deactivate any active but
47
- unavailable resources.
+ Iterate over this target's resources, deactivate any active but
+ unavailable resources and also deactivate any drivers using them.
48
+ This ensures a consistent binding states for this target.
49
50
if (monotonic() - self.last_update) < 0.1:
51
return
0 commit comments