Skip to content
Snippets Groups Projects
Commit 9945d113 authored by Lukas Jelonek's avatar Lukas Jelonek
Browse files

Added paths to config dictionary

parent 176b0270
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ def load_modules():
def load_config():
config = load_config_file()
config['modules'] = load_modules()
config['app_path'] = get_install_location()
config['bin_path'] = get_script_location()
return config
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment