Skip to content

Commit

Permalink
fixed key->name and edited copying.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayxan13 committed Dec 20, 2020
1 parent 00ee9a9 commit b694ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions copying.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ _the openage authors_ are:
| D R Siddhartha | drs-11 | siddharthadr11 à gmail dawt com |
| Martin Matějek | mmtj | martin dawt matejek à gmx dawt com |
| Tobias Feldballe | Namabilis | tobias à osandweb dawt dk |
| Ayxan Haqverdili | Ayxan13 | aykhanhagverdili à gmail dawt com |

If you're a first-time committer, add yourself to the above list. This is not
just for legal reasons, but also to keep an overview of all those nicknames.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_member(self, name):
try:
return self.members[name]
except KeyError as err:
raise KeyError(f"{self} has no attribute: {key}") from err
raise KeyError(f"{self} has no attribute: {name}") from err

def has_member(self, name):
"""
Expand Down

0 comments on commit b694ae9

Please sign in to comment.