Skip to content

Commit aeca0de

Browse files
committed
Merged the fixes for #354
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 8bb8468 commit aeca0de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attributecode/model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ def _validate(self, *args, **kwargs):
425425

426426
name = self.name
427427

428+
# FIXME: Why is the PathField an ordered dict?
428429
# mapping of normalized paths to a location or None
429430
paths = OrderedDict()
430431

0 commit comments

Comments
 (0)