Closed Bowarc closed 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
No im removing all spaces at the start of the loop
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