Wording (duplicate, not duplicated)

This commit is contained in:
hroff-1902 2020-02-15 07:19:24 +03:00
parent ddea4b9300
commit 42a5d78e60

View File

@ -51,7 +51,7 @@ def _print_objs_tabular(objs: List, print_colorized: bool) -> None:
if s['class'] is None if s['class'] is None
else "OK" if names.count(s['name']) == 1 else "OK" if names.count(s['name']) == 1
else ((Fore.YELLOW if print_colorized else '') + else ((Fore.YELLOW if print_colorized else '') +
"DUPLICATED NAME" + "DUPLICATE NAME" +
(Style.RESET_ALL if print_colorized else ''))) (Style.RESET_ALL if print_colorized else '')))
} for s in objs] } for s in objs]