Closed nstringham closed 2 years ago
This code does not work as intended.
It is expected that the user can submit a file format that the bot specifies and execute the command without error.
When giving a file for channelparse.csv, the bot specifies to not use an extension and exits. If a file is given without an extension as the bot specifies, the execution of the command crashes.
Is this a regression?
Is this a regression?
Yes
@nstringham This should fix the issues it was causing: https://github.com/nstringham/CompsciBot/pull/1
I really wish we had tests in this project
@coxender