to be or not to be

This commit is contained in:
Fabian Dill 2021-08-26 18:25:15 +02:00
parent 99775ec1bd
commit c05f1ed24f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ def main(args=None, callback=ERmain):
erargs.name[player] = handle_name(erargs.name[player], player, name_counter) erargs.name[player] = handle_name(erargs.name[player], player, name_counter)
if len(set(erargs.name.values())) != len(erargs.name): if len(set(erargs.name.values())) != len(erargs.name):
raise Exception(f"Names have to unique. Names: {erargs.name}") raise Exception(f"Names have to be unique. Names: {erargs.name}")
if args.yaml_output: if args.yaml_output:
import yaml import yaml