You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QC.translate("popups", "WARNING, bad checksum (<a href='#warning-checksum'>More info</a>)"
373
-
)
374
-
)
375
-
self.labelChecksumNote.setText(
376
-
QC.translate("popups", "<font color=\"red\">WARNING, checksums differ.</font><br><br>Current process ({0}):<br>{1}<br><br>Expected from the rule:<br>{2}"
QC.translate("popups", "WARNING, bad checksum (<a href='#warning-checksum'>More info</a>)"
390
+
)
391
+
)
392
+
self.labelChecksumNote.setText(
393
+
QC.translate(
394
+
"popups",
395
+
"<font color=\"red\">WARNING, checksums differ for at least one rule.</font><br><br>Current process ({0}):<br>{1}<br><br>Expected from the rule:<br>{2}"
396
+
.format(
397
+
con.process_id,
398
+
checksums[Config.OPERAND_PROCESS_HASH_MD5],
399
+
expected_list
400
+
))
401
+
)
402
+
403
+
self.comboChecksumRule.clear()
404
+
self.comboChecksumRule.addItems(rules_names)
405
+
406
+
return"<b>WARNING</b><br>bad md5<br>This process:{0}<br>Expected from rule: {1}<br><br>".format(
0 commit comments