Right now at the start of each time the python code is run, it creates filepaths for error and warning files. I would rather see those paths only created if they are needed. That would make the data structures cleaner instead of just a bunch of empty folders that are currently created.
Right now at the start of each time the python code is run, it creates filepaths for error and warning files. I would rather see those paths only created if they are needed. That would make the data structures cleaner instead of just a bunch of empty folders that are currently created.