gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Clear description if there's an error generating it #98

Open evan10s opened 6 months ago

evan10s commented 6 months ago

If score info is not available for a match yet, a generic error is thrown when generating the description, and the prior match's description is not cleared. We should at least clear the old description, and could probably return a better error indicating that the description can't be generated until score info is available.