Skip to content

Commit

Permalink
Make SHEET_MODULE a string
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 18, 2024
1 parent 9e1ff9c commit dff4186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
CONFIG_YAML = config.get("LINKML_GENERATORS_CONFIG_YAML", "")
GEN_DOC_ARGS = config.get("LINKML_GENERATORS_GEN_DOC_ARGS", "")

SHEET_MODULE = {{cookiecutter.__google_sheet_module}}
SHEET_MODULE = "{{cookiecutter.__google_sheet_module}}"
SHEET_ID = config.get("LINKML_SCHEMA_GOOGLE_SHEET_ID","")
SHEET_TABS = config.get("LINKML_SCHEMA_GOOGLE_SHEET_TABS", "")
SHEET_MODULE_PATH = Path(SOURCE_SCHEMA_PATH).parent / f"{SHEET_MODULE}.yaml"
Expand Down

0 comments on commit dff4186

Please # to comment.