use cached loglevel var in arguments to decide on status bar presence
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
このコミットが含まれているのは:
@@ -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
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする