You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code doesn't work anymore. In version 24.2.2 it works.
from pathlib import Path
file_path = Path(__file__)
print("file_path:", str(file_path))
This is the error:
Caused by: org.graalvm.polyglot.PolyglotException: AttributeError: module 'ntpath' has no attribute 'splitroot'
at <python>.__str__(Unknown)
at <python>.<module>(Unknown)
at org.graalvm.polyglot.Context.eval(Context.java:416)