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 7627169 commit f94fe7aCopy full SHA for f94fe7a
about_code_tool/genabout.py
@@ -176,7 +176,7 @@ def validate(self, input_list):
176
print("No ABOUT file is created.")
177
sys.exit(errno.EINVAL)
178
if self.validate_duplication(input_list):
179
- print("The input has duplicated 'about_file' and 'about_resource'.")
+ print("The input has duplicated 'about_file'.")
180
print("Duplication is not supported. Please correct the input and rerun the tool.")
181
182
0 commit comments