Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Jun 21, 2024
2 parents f256f0b + 9e31509 commit 2aeea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/smartplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ def scheduler_remove(self, name):
"""
try:
self._schedulers.remove(name)
except KeyError:
except ValueError:
pass # TODO: maybe give a warning?
if name != '':
name = '.' + name
Expand Down

0 comments on commit 2aeea50

Please sign in to comment.