Figured out the issue with the package being used. It was doing a split, which didn't take into account some directories using spaces in their names. Adding a maxsplit=1 into the code ensures that it is just the hash and the filename returned from this code. Will make a PR on GitHub for it. Thanks for the help!!