_frontend/complete.py: Workaround API break in click.Path()

Since around the release of click 8.x, we have an API break in
the click.Path() parameter type, where one of it's public members
we were relying on has gone missing.

See upstream report: https://github.com/pallets/click/issues/2037

This was fairly easy to work around.
1 file changed