[ckan-changes] [ckan/ckan] 8a77df: Fixes the problem finding development.ini
GitHub
noreply at github.com
Fri Nov 21 16:21:50 UTC 2014
Branch: refs/heads/1597-fix-using-development-ini
Home: https://github.com/ckan/ckan
Commit: 8a77df49f664cc5dc836891b0ce77269a055ff8a
https://github.com/ckan/ckan/commit/8a77df49f664cc5dc836891b0ce77269a055ff8a
Author: Ross Jones <ross at servercode.co.uk>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
Fixes the problem finding development.ini
Unfortunately the code forgot to use os.cwd() to ensure config was
loaded with an absolute path, and was trying to load it relative without
knowing from where.
More information about the ckan-changes
mailing list