Compare commits
2 commits
6ea1827b99
...
5e1be236ee
| Author | SHA1 | Date | |
|---|---|---|---|
|
5e1be236ee |
|||
|
f8b70f07c9 |
2 changed files with 2 additions and 0 deletions
|
|
@ -22,3 +22,4 @@ from .meas_io import load_records as load_records
|
|||
from .find import find_project as find_project
|
||||
from .find import find_record as find_record
|
||||
from .find import list_projects as list_projects
|
||||
from .tools import *
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ def _create_config(path: str, tracker: str, cached: bool) -> ConfigParser:
|
|||
'archive_path': 'archive',
|
||||
'toml_imports_path': 'toml_imports',
|
||||
'import_scripts_path': 'import_scripts',
|
||||
'cache_path': '.cache',
|
||||
}
|
||||
return config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue