Skip to content
Snippets Groups Projects
Commit 44cdeec0 authored by Jens Bröder's avatar Jens Bröder
Browse files

Move config file inside source, otherwise it is not available in the lib

parent 73d60f8f
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -13,7 +13,7 @@ from pathlib import Path
import yaml
TOP_DIR = Path(__file__).parent.parent.parent.resolve()
TOP_DIR = Path(__file__).parent.parent.resolve()
def get_config_path():
......
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