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 9a9d735 commit eb1a2faCopy full SHA for eb1a2fa
src/attributecode/gen.py
@@ -80,7 +80,7 @@ def check_duplicated_columns(location):
80
81
def check_duplicated_about_resource(arp, arp_list):
82
"""
83
- Return a list of errors for duplicated about_resource in a CSV file at location.
+ Return error for duplicated about_resource.
84
85
if arp in arp_list:
86
msg = ("The input has duplicated values in 'about_resource' "
0 commit comments