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