sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
3.02k stars 1.04k forks source link

Rockpaperscissors game throws exception when user enters string for enter number of rounds prompt. #1070

Closed TirumanidasKarthik closed 1 year ago

TirumanidasKarthik commented 1 year ago

Here is the file and line responsible for the issue.

File "C:\Users\karth\projects\Jarvis\jarviscli\plugins\rockpaperscissors.py", line 117, in get_rounds if (int(rounds) <= 100):

TirumanidasKarthik commented 1 year ago

I have fixed this and submitted a pull request for the same.

pnhofmann commented 1 year ago

Thx

1071