Open data-flux opened 1 year ago
This seems to be cause by https://github.com/jkwill87/mnamer/blob/main/mnamer/target.py#L122, which should be removed because proper renaming is handled by utils.str_sanitize within Target.destination.
utils.str_sanitize
Target.destination
Remove line 122 fixes the issue for me.
I am having the same issue. Thank you @data-flux ....I was able to comment out line 122 and it fixed my issue!
Any chance that this change can be merged with the package in pip?
This seems to be cause by https://github.com/jkwill87/mnamer/blob/main/mnamer/target.py#L122, which should be removed because proper renaming is handled by
utils.str_sanitize
withinTarget.destination
.Remove line 122 fixes the issue for me.