Skip to content

Commit 04ebc70

Browse files
committed
Fix typo
1 parent bc951e2 commit 04ebc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def schemas(self, loc_id):
935935
name = self._domain_objects.find(f'rule[@id="{rule_id}"]/name').text
936936
active = (
937937
self._domain_objects.find(f'rule[@id="{rule_id}"]/active').text == "true"
938-
):
938+
)
939939
schemas[name] = active
940940
schedules = {}
941941
locator = f'rule[@id="{rule_id}"]/directives'

0 commit comments

Comments
 (0)