You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client: Clarify error message when unlock is required
Adding/removing aliases and matches requires a place to be idle. The
error when message when not minding this, is misleading in these cases
where really the place needs to be unlocked before the specific
operation.
Mention that the specific operation needs the place be idle. Instruct
the user to unlock if it's acquired by them.
Signed-off-by: Jonas Rebmann <[email protected]>
f"place {place.name} is not idle (acquired by {place.acquired}). To work simultaneously, {user} can execute labgrid-client -p {place.name} allow {self.gethostname()}/{self.getuser()}"
487
-
)
484
+
err="This operation requires the place to be idle."
0 commit comments