regexploit icon indicating copy to clipboard operation
regexploit copied to clipboard

Missing files trigger FileNotFoundError instead of exiting with an error or printing an error message

Open dweineha opened this issue 1 year ago • 0 comments

Using regexploit as part of a CI/CD action, for instance, it is inconvenient if it triggers an exception if a file doesn't exit. Ideally it should either print an error message and continue, or exit with an error; ideally the policy should be configurable.

dweineha avatar Nov 06 '24 10:11 dweineha