Yes...the reasoning behind the exception is that a...
# beginners-need-help
b
Yes...the reasoning behind the exception is that a bot is uploading data to a folder that we are reading from. If the bot has not uploaded anything, I have it raise an exception (this has to do with some downstream processing that will throw an error if it isn't handled). However, this causes an abrupt exit which is what I'm trying to avoid.