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 a972458 + 1bce19f commit 16db15aCopy full SHA for 16db15a
labgrid/remote/client.py
@@ -410,7 +410,7 @@ async def add_place(self):
410
"""Add a place to the coordinator"""
411
name = self.args.place
412
if not name:
413
- raise UserError("missing place name. Set with -p <place> or via env var $PLACE")
+ raise UserError("missing place name. Set with -p <place> or via env var LG_PLACE")
414
if name in self.places:
415
raise UserError(f"{name} already exists")
416
res = await self.call("org.labgrid.coordinator.add_place", name)
0 commit comments