strip device names
This commit is contained in:
parent
a2b515f28e
commit
a336d626be
1 changed files with 1 additions and 1 deletions
2
bin/rzr
2
bin/rzr
|
|
@ -57,7 +57,7 @@ def apply_lightmap(device_profile):
|
|||
(
|
||||
d
|
||||
for d in device_manager.devices
|
||||
if d.name.lower() == device_profile["name"].lower()
|
||||
if d.name.lower().strip() == device_profile["name"].lower().strip()
|
||||
),
|
||||
None,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue