mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Python: Fix code style issues
This commit is contained in:
@@ -50,7 +50,7 @@ def get_coordinates(prompt):
|
||||
|
||||
try:
|
||||
x, y = (int(c) for c in response.split(","))
|
||||
except ValueError as ve:
|
||||
except ValueError:
|
||||
print(err_msg)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user