Error if Identifer is a Number #1

Closed
opened 2021-10-07 18:14:00 +01:00 by acid · 0 comments
Owner

The webapp errors out if all of the letters have been assigned and instead a number is to be recorded.

Error message:

File "/app/web/app.py", line 45, in get_identifier
print("Assigning " + identifier + " to " + name)
TypeError: must be str, not int
The webapp errors out if all of the letters have been assigned and instead a number is to be recorded. Error message: ``` File "/app/web/app.py", line 45, in get_identifier print("Assigning " + identifier + " to " + name) TypeError: must be str, not int ```
acid closed this issue 2021-10-07 18:14:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: acid/wiganhbc-competition#1