There was an error while loading. Please reload this page.
1 parent a808ede commit 051523bCopy full SHA for 051523b
1 file changed
oclp_r/sys_patch/patchsets/detect.py
@@ -622,4 +622,4 @@ def detailed_errors(self) -> None:
622
continue
623
if value is False:
624
625
- logging.error(self.trans[" - {validation_key}"].format(validation_key=key.replace('Validation: ', '')))
+ logging.error(" - {validation_key}".format(validation_key=key.replace('Validation: ', '')))
0 commit comments