use cached loglevel var in arguments to decide on status bar presence
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: a3a0eac80a]
This commit is contained in:
committed by
Karl W. Schulz
parent
917b784ead
commit
4969416e5f
@@ -338,7 +338,7 @@ class OmniProfiler_Base:
|
||||
|
||||
# show status bar in error-only mode
|
||||
disable_tqdm = True
|
||||
if logging.getLogger().getEffectiveLevel() >= logging.ERROR:
|
||||
if self.__args.loglevel >= logging.ERROR:
|
||||
disable_tqdm = False
|
||||
|
||||
# Run profiling on each input file
|
||||
|
||||
Reference in New Issue
Block a user