Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Jul 10, 2024
1 parent 5a190db commit b499b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ostap/core/run_ostap.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ def __call__(self, parser, namespace, values, option_string=None):
if arguments.Quiet :
logger.info ( '(silent) Interactive Ostap session (steroid-enhanced PyROOT)')
level = logging.WARNING - 1
elif arguments.Debug : level = logging.DEBUG - 2
elif arguments.Verbose : level = logging.VERBOSE - 2
elif arguments.Debug : level = logging.DEBUG - 2
elif arguments.Verbose : level = logging.VERBOSE - 2
elif 0 == arguments.Level : level = 1
elif 1 == arguments.Level : level = logging.VERBOSE - 2
elif 2 == arguments.Level : level = logging.DEBUG - 2
Expand Down

0 comments on commit b499b5e

Please sign in to comment.