Skip to content

Commit c4a21ee

Browse files
committed
Fix logger argument from merge conflict
1 parent 94a6e4c commit c4a21ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changehc/delphi_changehc/update_sensor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ def update_sensor(self,
241241
write_se=self.se,
242242
day_shift=Config.DAY_SHIFT,
243243
out_name=self.signal_name,
244-
output_path=output_path
244+
output_path=output_path,
245+
logger=self.logger
245246
)
246247
stats = []
247248
if len(dates) > 0:

0 commit comments

Comments
 (0)