Method os.path.realpath() is forbidden
(*unused_args, **unused_kwargs)
| 34 | |
| 35 | # Function os.path.realpath is broken on some versions of Python for Windows. |
| 36 | def 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.') |