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
The default path for the user configuration file is now ~/.config/<name>/<name>.yml.
Added
Better handling of configuration files. An environment variable $<NAME>_CONFIG_PATH (e.g., $MYPYTHON_CONFIG_PATH) can be defined to point to the user configuration file. If defined, this path overrides the default location.
Changed
Modified logger to deal with warnings. Added critical level printing. Fixes #12, #13.
Fixed
Bug causing Python 2.7 templates to fail because PercentStyle is not available in logging module (thanks @andycasey).