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
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
I'm struggling to get this wrapper lib work. It seems that if I provide relative paths to disk resources it works just fine. But when I want to use absolute ones, it just doesn't.
Is this somehow expected? To be fair, that's not a big deal: one can always use os.path.realpath(), but I was wondering whether you could tell me more about why that's happening.
Thanks,
Michele.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm struggling to get this wrapper lib work. It seems that if I provide relative paths to disk resources it works just fine. But when I want to use absolute ones, it just doesn't.
Is this somehow expected? To be fair, that's not a big deal: one can always use
os.path.realpath()
, but I was wondering whether you could tell me more about why that's happening.Thanks,
Michele.
The text was updated successfully, but these errors were encountered: