Skip to content
Snippets Groups Projects
Commit e7a9c854af88 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

reorder series of conditions

parent 7481feb911db
No related branches found
No related tags found
No related merge requests found
......@@ -199,5 +199,5 @@
verbose = nmspc.verbose
if not verbose:
logging.basicConfig(level=logging.WARN)
if verbose == 1:
elif verbose == 1:
logging.basicConfig(level=logging.INFO)
......@@ -203,5 +203,5 @@
logging.basicConfig(level=logging.INFO)
if verbose and verbose > 1:
else:
logging.basicConfig(level=logging.DEBUG)
db_user = nmspc.db_user
db_password = nmspc.db_password
......
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