kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

Code improvements #119

Closed salabogdan closed 2 years ago

salabogdan commented 2 years ago

Fixed pylint errors. Partially addressed previous code changes.

salabogdan commented 2 years ago

related to the pathlib suggestions, i have investigated more. The places where we use os.walk would be very hard to implement the same functionality and the benefit of using pathlib for these particular scenario is, in my view, minimal. If anyone wants to help transition to pathlib i am open to this but i will not do those changes personally.