We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030ac10 commit e5cab44Copy full SHA for e5cab44
1 file changed
python_avataaars/core.py
@@ -88,7 +88,7 @@ def _install_enum(name, value, part_type, enum_type):
88
89
# Check wether the value exists or not
90
_check(const_name in combined,
91
- "{}.{} already exists".format(part_type.__name__, const_name, FileExistsError))
+ "{}.{} already exists".format(part_type.__name__, const_name), FileExistsError)
92
93
# Add to installed
94
installed_values[part_type.__name__][const_name] = value
0 commit comments