There was an error while loading. Please reload this page.
1 parent 3e9803e commit f3fa9f7Copy full SHA for f3fa9f7
1 file changed
sos/cleaner/archives/sos.py
@@ -70,7 +70,8 @@ def get_nested_archives(self):
70
arc_name = os.path.join(_path, fname)
71
if 'sosreport-' in fname and tarfile.is_tarfile(arc_name):
72
archives.append(SoSReportArchive(arc_name, self.tmpdir,
73
- self.keep_binary_files))
+ self.keep_binary_files,
74
+ self.treat_certificates))
75
return archives
76
77
0 commit comments