Skip to content

Avoid infinite loop in path check #97

@stratofax

Description

@stratofax

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions