Skip to content

Commit f94fe7a

Browse files
committed
Fixed #159 for the correct wording.
1 parent 7627169 commit f94fe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/genabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def validate(self, input_list):
176176
print("No ABOUT file is created.")
177177
sys.exit(errno.EINVAL)
178178
if self.validate_duplication(input_list):
179-
print("The input has duplicated 'about_file' and 'about_resource'.")
179+
print("The input has duplicated 'about_file'.")
180180
print("Duplication is not supported. Please correct the input and rerun the tool.")
181181
print("No ABOUT file is created.")
182182
sys.exit(errno.EINVAL)

0 commit comments

Comments
 (0)