Skip to content
Snippets Groups Projects
Commit 7fe39ecc authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Added logic accepted/know issues during oid validation

parent 6b1728d8
No related branches found
No related tags found
1 merge request!145Debug paas ci
......@@ -470,6 +470,7 @@ class Task:
else:
if o in known_issues:
msg += " => DROPPED (not accepted but known)"
logging.debug(msg)
continue
else:
msg += " => NEW (not accepted and not known)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment