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
expandvars() works fine on WIndows, but didn't work as initially expected for Posix '~' paths.
Perhaps pathlib or another method will work better / more reliably across platforms.
The text was updated successfully, but these errors were encountered:
Windows: C:\Users<username>\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default
Mac OS X: Users//Library/Application Support/Firefox/Profiles/xxxxxxxx.default
Linux: /home//.mozilla/firefox/xxxxxxxx.default
expandvars()
works fine on WIndows, but didn't work as initially expected for Posix '~' paths.Perhaps pathlib or another method will work better / more reliably across platforms.
The text was updated successfully, but these errors were encountered: