-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
added .txt functionality #1874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added .txt functionality #1874
Conversation
@CodiumAI-Agent /review |
PR Analysis
PR Feedback
How to use
|
Hello, I've added IO error handling to the code and ran tests using the python3 -m unittest tests.all --verbose command. However, I'm unsure about what I should have added in the tests file or were we just supposed to run them. it is working as expected though. |
PR Analysis
PR Feedback
How to use
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello!
I added functionality for .txt output because I noticed that, by default, it creates a .txt file even when the user has not specified that they need an output so I added the .txt file output as an option.
also really happy that I could contribute to Sherlock!