Skip to content

Commit 2e36b20

Browse files
committed
Don't hide dnf information, need to see why 6.0 x86_64 is failing
1 parent 19afddc commit 2e36b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stripformatter/stripformatter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def __init__(self, *args, **kwargs):
88
def format(self, *args, **kwargs):
99
fmt = super().format(*args, **kwargs)
1010

11-
if 'dnf.conf' in fmt:
12-
return '[SENSIBLE INFORMATION]'
11+
# if 'dnf.conf' in fmt:
12+
# return '[SENSIBLE INFORMATION]'
1313

1414
return fmt
1515

0 commit comments

Comments
 (0)