We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b669b commit 4ebae6cCopy full SHA for 4ebae6c
1 file changed
concore_cli/commands/validate.py
@@ -118,7 +118,7 @@ def finalize():
118
except Exception as e:
119
warnings.append(f"Error parsing node: {str(e)}")
120
121
- # duplicate labels cause silent corruption in mkconcore.py (#384)
+ # duplicate labels cause silent corruption in mkconcore.py
122
seen = set()
123
for label in node_labels:
124
if label in seen:
0 commit comments