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
appdirs: improve annotation for appauthor argument (#9876)
Fix: Missing annotation for appauthor argument
According to the appdirs doc string and code [1], the appauthor argument in all functions supports False as argument value to skip insertion of author directories.
[1] https://github.com/ActiveState/appdirs/blob/master/appdirs.py#L52
0 commit comments