command line parameter: handle relative path to config file
1 files changed, 1 insertions(+), 1 deletions(-) M yoyo/config.py
M yoyo/config.py +1 -1
@@ 24,7 24,7 @@ CONFIG_NEW_MIGRATION_COMMAND_KEY = 'post def get_interpolation_defaults(path): - return {'here': os.path.dirname(path)} + return {'here': os.path.dirname(os.path.abspath(path))} def get_configparser(**defaults):