If the path to the BallotMaker package doesn't include the word "ballotmaker" the program will run an infinite loop. Add a test to break this loop. From @ion-oset > Suggestion: ``` assert path_finder != "/", "Path search reached the file system root." ``` Or use: [python/importlib_resources](https://github.com/python/importlib_resources)