Okay, new build
here.
I'm a little befuddled on this one, because all checking for baseline does is see if a file exists. That almost never throws errors. Even if it doesn't have permission or something to see the file, it'll just say that it doesn't exist.
So I put in some error handling and a few more lines giving detail about what's going on. Maybe that'll clue us in.
Since we know it works when a baseline does exist, as a last resort, we could always put in a fake baseline. Just copy the devTracker baselines folder from the test league I gave you, delete everything in the baseline except the header line and first row and just change the date in the file (it's like in the middle of the line) to have a year of like 1800 or something.
But we shouldn't have to do that.
Again, thanks for putting up with this! I want to make this sucker as bug free as possible. Always good for honing my coding skills.