def _process_str_paths(self, paths): # TODO: Dies if a file doesn't exist return [Path(file).resolve() for file in paths]