mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-26 15:28:35 +03:00
pySim-shell/cosmetic: remove unnecessary brackets
Change-Id: I6929aa4fa189414217c05a4ef5180d4ed44eb3a4
This commit is contained in:
@@ -1164,7 +1164,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
# Ensure that we are able to print formatted warnings from the beginning.
|
# Ensure that we are able to print formatted warnings from the beginning.
|
||||||
PySimLogger.setup(print, {logging.WARN: YELLOW})
|
PySimLogger.setup(print, {logging.WARN: YELLOW})
|
||||||
if (opts.verbose):
|
if opts.verbose:
|
||||||
PySimLogger.set_verbose(True)
|
PySimLogger.set_verbose(True)
|
||||||
PySimLogger.set_level(logging.DEBUG)
|
PySimLogger.set_level(logging.DEBUG)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user