Skip to content

Commit 16db15a

Browse files
authored
Merge pull request #1463 from Bastian-Krause/bst/client-env-lg-place
remote/client: suggest non-deprecated env var LG_PLACE instead of PLACE
2 parents a972458 + 1bce19f commit 16db15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/remote/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def add_place(self):
410410
"""Add a place to the coordinator"""
411411
name = self.args.place
412412
if not name:
413-
raise UserError("missing place name. Set with -p <place> or via env var $PLACE")
413+
raise UserError("missing place name. Set with -p <place> or via env var LG_PLACE")
414414
if name in self.places:
415415
raise UserError(f"{name} already exists")
416416
res = await self.call("org.labgrid.coordinator.add_place", name)

0 commit comments

Comments
 (0)