Major step towards unification of the UI Implementation of the Back Feature, splitting of TUI files back into subfolders
This commit is contained in:
+4
-4
@@ -145,13 +145,13 @@ class Hash:
|
||||
approved_count += 1
|
||||
except (ValueError, TypeError):
|
||||
logger.debug(
|
||||
"Needs Review: Scannermatch score is missing or invalid. — {e}"
|
||||
"Needs Review: Scannermatch score is missing or invalid. — {e}"
|
||||
)
|
||||
hash_obj.at_decision = "needs_review"
|
||||
needs_review_count += 1
|
||||
|
||||
logger.debug(
|
||||
f"Final counts — Needs Review: {needs_review_count}, Approved: {approved_count}, Unapproved: {unapproved_count}"
|
||||
f"Final counts — Needs Review: {needs_review_count}, Approved: {approved_count}, Unapproved: {unapproved_count}"
|
||||
)
|
||||
return hashes
|
||||
|
||||
@@ -443,13 +443,13 @@ class ExecutionHistoryRecord:
|
||||
approved_count += 1
|
||||
except (ValueError, TypeError) as e:
|
||||
logger.debug(
|
||||
f"Needs Review: Scannermatch score is missing or invalid. — {e}"
|
||||
f"Needs Review: Scannermatch score is missing or invalid. — {e}"
|
||||
)
|
||||
hash_obj.at_decision = "needs_review"
|
||||
needs_review_count += 1
|
||||
|
||||
logger.debug(
|
||||
f"Final counts — Needs Review: {needs_review_count}, "
|
||||
f"Final counts — Needs Review: {needs_review_count}, "
|
||||
f"Approved: {approved_count}, Unapproved: {unapproved_count}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user