Better error handling when initializing video repo #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When attempting to setup the video repository, it ignores errors when attempting to create directories (e.g. when the parent directory doesn't exist) and it throws an error farther down the stack. This has the intended effect of killing the program if the repository isn't ready, but it should be more intuitive and fail earlier.