We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febc338 commit 2456b04Copy full SHA for 2456b04
mau_mau/strategy.py
@@ -111,5 +111,6 @@ def visu(elems):
111
antidoteIdx = input("%s.\n%s | " % (msg, visu(choices)))
112
try:
113
return choices[int(antidoteIdx) - 1]
114
+
115
except IndexError:
116
log.warning("'%s' is not a valid choice", antidoteIdx)
0 commit comments