Azsu
Azsu
I don't quite understand your automated check failures looking at the code and I don't get them locally: ``` Run poetry run pylint $(git ls-files '*.py' | grep -E 'sc2/.*')...
Regarding the ```FileNotFoundError: Map AcropolisLE not found``` This is only happening on Unix systems minus OSX, I'm not sure why this is happening as this should mostly just be a...
The primary change that's impacting these checks is the refactoring of map.py and path.py to file_map.py and file_path.py, to disambiguate the map files from the in-game map. I also refactored...
> I can't easily identify your changes because the changes + autoformatting were done in one commit 😦 Would it help if I retracted this, ran black on the structure,...