Skip to content
Snippets Groups Projects
Commit 29dab5e1 authored by pswain's avatar pswain
Browse files

fixed error in call to logger

parent a4633719
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ class Signal(BridgeH5): ...@@ -94,7 +94,7 @@ class Signal(BridgeH5):
if tinterval_location in f.attrs: if tinterval_location in f.attrs:
return f.attrs[tinterval_location][0] return f.attrs[tinterval_location][0]
else: else:
logging.getlogger("aliby").warn( logging.getLogger("aliby").warn(
f"{str(self.filename).split('/')[-1]}: using default time interval of 5 minutes" f"{str(self.filename).split('/')[-1]}: using default time interval of 5 minutes"
) )
return 5 return 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment