mirror of
https://github.com/meshtastic/python.git
synced 2026-01-28 17:41:08 -05:00
remvoe unneeded paren
This commit is contained in:
@@ -131,7 +131,7 @@ class StructuredLogger:
|
||||
args = m.group(2)
|
||||
args += " " # append a space so that if the last arg is an empty str it will still be accepted as a match
|
||||
logging.debug(f"SLog {src}, reason: {args}")
|
||||
if(src != "PM"):
|
||||
if src != "PM":
|
||||
logging.warning(f"Not yet handling structured log {src} (FIXME)")
|
||||
else:
|
||||
d = log_defs.get(src)
|
||||
|
||||
Reference in New Issue
Block a user