use cached loglevel var in arguments to decide on status bar presence

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
このコミットが含まれているのは:
Karl W Schulz
2024-03-08 10:46:10 -06:00
committed by Karl W. Schulz
コミット a3a0eac80a
+1 -1
ファイルの表示
@@ -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