filefisher does currently not expand the home folder (`~`), so this fails: ```python filefisher.FileFinder("~/code/{package}", "").find_paths() ``` Not 100% it should but we could...
filefisher does currently not expand the home folder (
~), so this fails:Not 100% it should but we could...