Skip to content

Commit dc36a5e

Browse files
committed
Add template suffixes
1 parent dae0aa7 commit dc36a5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

investing_algorithm_framework/configuration/setup/template_creator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class TemplateCreator(Template, ABC):
1010
rewrite_template_suffixes = (
1111
# Allow shipping invalid .py files without byte-compilation.
1212
('.py-template', '.py'),
13+
('-template', '')
1314
)
1415

1516
def __init__(self, bot_project_directory: str, bot_name: str) -> None:

0 commit comments

Comments
 (0)