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: ...@@ -470,6 +470,7 @@ class Task:
else: else:
if o in known_issues: if o in known_issues:
msg += " => DROPPED (not accepted but known)" msg += " => DROPPED (not accepted but known)"
logging.debug(msg)
continue continue
else: else:
msg += " => NEW (not accepted and not known)" 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