Show More
@@ -33,7 +33,7 b' def get_config(ini_path, **kwargs):' | |||
|
33 | 33 | |
|
34 | 34 | def get_app_config(ini_path): |
|
35 | 35 | from paste.deploy.loadwsgi import appconfig |
|
36 |
return appconfig('config:{}' |
|
|
36 | return appconfig(f'config:{ini_path}', relative_to=os.getcwd()) | |
|
37 | 37 | |
|
38 | 38 | |
|
39 | 39 | def bootstrap(config_uri, options=None, env=None): |
General Comments 0
You need to be logged in to leave comments.
Login now