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
Contains the user’s preferences. You should never create files in this directory yourself. To get or set preference values, you should always use the NSUserDefaults class or an equivalent system-provided interface.
appdirs.user_config_dir()
points to~/Library/Preferences
on macOS:appdirs/appdirs.py
Lines 186 to 199 in 193a2cb
This goes against OS guidelines:
Preferences
Contains the user’s preferences. You should never create files in this directory yourself. To get or set preference values, you should always use the
NSUserDefaults
class or an equivalent system-provided interface.src: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html
The text was updated successfully, but these errors were encountered: