NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Fix to check for & remove existing zip files #96

Closed Brian-Jamison closed 3 years ago

Brian-Jamison commented 3 years ago

When a run needs to be restarted, new files get appended to existing zip files from the previous run, despite having the same names. This fix checks for existing zip files and removes them if present.

Brian-Jamison commented 3 years ago

I made some changes for pylint. I added a line in graphics_driver to disable too-many-locals and too-many-branches. I only added one variable and one branch.