mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-08 22:06:16 +01:00
Fix meter by setting default of use_pb_fallback to False
This commit is contained in:
parent
1fc581325f
commit
4252339ad2
@ -85,7 +85,7 @@ class NoTextMeter(TextMeterBase):
|
||||
def create_text_meter(*args, **kwargs) -> TextMeterBase:
|
||||
from .conf import config
|
||||
|
||||
use_pb_fallback = kwargs.pop("use_pb_fallback", True)
|
||||
use_pb_fallback = kwargs.pop("use_pb_fallback", False)
|
||||
|
||||
meter_class: TextMeterBase
|
||||
if config.quiet:
|
||||
|
Loading…
Reference in New Issue
Block a user