Skip to content

Commit 4ebae6c

Browse files
committed
remove issue ref from inline comment
1 parent 97b669b commit 4ebae6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concore_cli/commands/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def finalize():
118118
except Exception as e:
119119
warnings.append(f"Error parsing node: {str(e)}")
120120

121-
# duplicate labels cause silent corruption in mkconcore.py (#384)
121+
# duplicate labels cause silent corruption in mkconcore.py
122122
seen = set()
123123
for label in node_labels:
124124
if label in seen:

0 commit comments

Comments
 (0)