Skip to content

Commit 13f5fcd

Browse files
committed
Add FIXME comment
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 9a45d28 commit 13f5fcd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/attributecode/util.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def check_file_names(paths):
8888
systems (such as Linux), a tool must raise an error if two ABOUT files
8989
stored in the same directory have the same lowercase file name.
9090
"""
91+
# FIXME: this should be a defaultdicts that accumulates all duplicated paths
9192
seen = {}
9293
errors = []
9394
for orig_path in paths:
@@ -116,6 +117,9 @@ def check_file_names(paths):
116117

117118

118119
def check_duplicate_keys_about_file(context):
120+
"""
121+
122+
"""
119123
keys = []
120124
dup_keys = []
121125
for line in context.splitlines():

0 commit comments

Comments
 (0)