mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #149] Prevent overwriting files #1043
Reference in New Issue
Block a user
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/149
State: closed
Merged: Yes
Terminating application if one of output filenames is same as one of input filenames. Since it looks like user has mistaken with input or output parameters, I decided that this error is fatal and there is no need to try to handle this situation in ccextractor (e.g. add something to the output name).