mirror of
https://github.com/romanz/amodem.git
synced 2026-02-05 16:26:22 +08:00
Fix a small pylint issue
This commit is contained in:
@@ -196,6 +196,8 @@ def _version():
|
||||
|
||||
|
||||
def _config_log(args):
|
||||
level = fmt = None
|
||||
|
||||
if args.verbose == 0:
|
||||
level, fmt = 'INFO', '%(message)s'
|
||||
elif args.verbose == 1:
|
||||
|
||||
Reference in New Issue
Block a user