refactor/data_backend #12
1 changed files with 1 additions and 1 deletions
change cached to be string
commit
1264a09ed0
|
|
@ -50,7 +50,7 @@ def _create_config(path: str) -> None:
|
|||
'toml_imports_path': os.path.join(path, 'toml_imports'),
|
||||
'import_scripts_path': os.path.join(path, 'import_scripts'),
|
||||
'tracker': 'datalad',
|
||||
'cached': True,
|
||||
'cached': 'True',
|
||||
}
|
||||
with open(os.path.join(path, '.corrlib'), 'w') as configfile:
|
||||
config.write(configfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue