Better error handling when initializing video repo #7
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BitGoblin/adept#7
Loading…
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.