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 9ad28c3 commit 1bd0f99Copy full SHA for 1bd0f99
labgrid/remote/client.py
@@ -646,8 +646,6 @@ async def add_named_match(self):
646
raise UserError(f"invalid pattern format '{pattern}' (use 'exporter/group/cls/name')")
647
if "*" in pattern:
648
raise UserError(f"invalid pattern '{pattern}' ('*' not allowed for named matches)")
649
- if not name:
650
- raise UserError(f"invalid name '{name}'")
651
652
request = labgrid_coordinator_pb2.AddPlaceMatchRequest(placename=place.name, pattern=pattern, rename=name)
653
0 commit comments