gipit / gips

Geospatial Image Processing System
GNU General Public License v2.0
21 stars 13 forks source link

initial config fails due to getting pyc instead of py #45

Closed ircwaves closed 9 years ago

ircwaves commented 9 years ago
gips_config env -r /titan/data -e awesomesauce@hotdog.io

fails due to create_environment_settings getting the settings_template.pyc instead of settings_template.py.

Fixed in my new pull request.

ircwaves commented 9 years ago

resolved by pull request #46