-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 144: Option to copy instead of move file #150
base: main
Are you sure you want to change the base?
Conversation
mnamer/setting_store.py
Outdated
@@ -218,6 +218,16 @@ class SettingStore: | |||
help="--episode-format: set episode renaming format specification", | |||
)(), | |||
) | |||
relocation_mode: Optional[Union[RelocateType,str]] = dataclasses.field( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why we must allow items of type "RelocateType". But i see that was done elsewhere. I think this is redundant because we only pass instances of str and never of RelocateType.
Nice work thanks, hope it gets merged soon. a hardlink option would be nice as well. |
Thanks @bakman2 Ive forgotten now but im 99pct sure that link() - hardlink and symlink() - symbolic link |
f426ba5
to
0a13fd7
Compare
For issue/request #144