Skip to content

Commit

Permalink
Merge pull request #173 from open-contracting/windows
Browse files Browse the repository at this point in the history
tests: Test on macOS and Windows
  • Loading branch information
jpmckinney committed Nov 11, 2020
2 parents 40b24ba + 8cafbbd commit 4db2f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def validate_name(ctx, param, value):
def cli(ctx):
load_dotenv()

path = os.path.expanduser('~/.config/ocdskingfisher-views/logging.json')
path = os.path.join(click.get_app_dir('Kingfisher Summarize'), 'logging.json')
if os.path.isfile(path):
with open(path) as f:
logging.config.dictConfig(json.load(f))
Expand Down

0 comments on commit 4db2f40

Please sign in to comment.