ProjectBorealis / PBSync

System for syncing Unreal Engine project git repositories
MIT License
74 stars 6 forks source link

Use configparser to parse ue4versionator configs #3

Closed mastercoms closed 3 years ago

mastercoms commented 3 years ago

ue4v files are in a standard ini format which configparser can easily read instead of the manual IO loop we have now.