Handle errors in cmd package init files #21
Labels
bug
Something isn't working
good first issue
Good for newcomers
refactor
Code necessary for long-term code quality but will involve lots of abstraction & generalization
In the initialization files such as opencxdinit.go, ocxinit,go, and fredinit.go, there are some calls to os and file methods that return errors, but the errors are ignored. They should be handled at some point.
These files are fairly messy, so refactoring these files and going through any other code which creates files / directories would be very helpful.
The text was updated successfully, but these errors were encountered: