Skip to content

Commit

Permalink
Use 'Application Support' for MacOS config dir.
Browse files Browse the repository at this point in the history
This is a bug in appdirs that was actually fixed three years ago (see
ActiveState/appdirs#100), but there just hasn't been a new release since
before then...
  • Loading branch information
kalekundert committed Apr 17, 2020
1 parent 052e5c3 commit 81e8e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepwise/config.py
Expand Up @@ -13,7 +13,7 @@ def load_config():
global config
if config: return config

# `configurator` is slow to load, because it imports `pkg_resources`.
# `pkg_resources` is slow to load.
from configurator import Config, default_mergers
from voluptuous import Schema, Invalid
from pkg_resources import iter_entry_points
Expand Down

0 comments on commit 81e8e24

Please sign in to comment.