Skip to content

Commit

Permalink
added name to copying.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFPJS authored and heinezen committed Dec 14, 2020
1 parent 917ef0f commit 6e5c70c
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 @@ -131,6 +131,7 @@ _the openage authors_ are:
| Sean Ramey | SeanRamey | sramey40 à gmail dawt com |
| 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 |

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
2 changes: 1 addition & 1 deletion openage/codegen/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def codegen(mode, input_dir, output_dir):
# write new content to file
wpath.parent.mkdirs()
with wpath.open('wb') as outfile:
print(f"[36mcodegen: {b'/'.join(parts).decode(errors='replace')}[0m")
print("\x1b[36mcodegen: %s\x1b[0m" % b'/'.join(parts).decode(errors='replace'))
outfile.write(data)

elif mode == CodegenMode.dryrun:
Expand Down

0 comments on commit 6e5c70c

Please sign in to comment.