Skip to content

Commit f92a0cb

Browse files
committed
pylint fix
1 parent 40c19eb commit f92a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pyscript/trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def timer_trigger_next(cls, time_spec, now):
412412
start = cls.parse_date_time(start_str, 0, now)
413413
period = parse_time_offset(period_str)
414414
if period <= 0:
415-
_LOGGER.error("Invalid non-positive period %s in period(): %s", period)
415+
_LOGGER.error("Invalid non-positive period %s in period(): %s", period, time_spec)
416416
continue
417417

418418
if match2[3] is None:

0 commit comments

Comments
 (0)