opencx icon indicating copy to clipboard operation
opencx copied to clipboard

Handle errors in cmd package init files

Open Rjected opened this issue 5 years ago • 0 comments

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.

Rjected avatar May 27 '19 23:05 Rjected