Skip to content

Commit

Permalink
fix #428
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Nov 30, 2023
1 parent a0d65d5 commit c9521e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion looper/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ def _get_apperance_dict(type, templ=APPEARANCE_BY_FLAG):
EXTRA_SAMPLE_CMD_TEMPLATE = (
"{%- if sample.command_extra is defined %} {sample.command_extra} {% endif -%}"
)
EXTRA_PROJECT_CMD_TEMPLATE = "{%- if project.looper.command_extra is defined %} {project.looper.command_extra}{% endif -%}"
EXTRA_PROJECT_CMD_TEMPLATE = (
"{%- if looper.command_extra is defined %} {looper.command_extra}{% endif -%}"
)
DOTFILE_CFG_PTH_KEY = "config_file_path"
INPUT_SCHEMA_KEY = "input_schema"
OUTPUT_SCHEMA_KEY = "output_schema"
Expand Down

0 comments on commit c9521e8

Please sign in to comment.