mirror of
https://github.com/meshtastic/python.git
synced 2025-12-28 18:37:52 -05:00
fix stdout handling
This commit is contained in:
@@ -474,8 +474,6 @@ def common():
|
||||
|
||||
if not args.seriallog:
|
||||
args.seriallog = "none" # assume no debug output in this case
|
||||
else:
|
||||
args.seriallog = "stdout" # default to stdout
|
||||
|
||||
if args.deprecated != None:
|
||||
logging.error(
|
||||
|
||||
Reference in New Issue
Block a user