MCPcopy
hub / github.com/certbot/certbot / realpath

Function realpath

certbot/src/certbot/compat/_path.py:36–39  ·  view source on GitHub ↗

Method os.path.realpath() is forbidden

(*unused_args, **unused_kwargs)

Source from the content-addressed store, hash-verified

34
35# Function os.path.realpath is broken on some versions of Python for Windows.
36def realpath(*unused_args, **unused_kwargs): # type: ignore
37 """Method os.path.realpath() is forbidden"""
38 raise RuntimeError('Usage of os.path.realpath() is forbidden. '
39 'Use certbot.compat.filesystem.realpath() instead.')

Callers 1

build_remote.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected