Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

Dep checker potential error #25

Closed Bowarc closed 1 year ago

Bowarc commented 1 year ago

https://github.com/Bowarc/chess_game/blob/main/scripts/dependency_checker.py#L69

This is matching on specific string, if the user adds a space this fuck up

In general this script could reeally use a TOML parser for simplicity

Bowarc commented 1 year ago

No im removing all spaces at the start of the loop