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`. Remove line 122 fixes the issue for me.
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_sanitizewithinTarget.destination.Remove line 122 fixes the issue for me.