Permalink
Browse files
fix from template testing
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
bin/tellstory
|
@@ -352,6 +352,8 @@ def choose_story_template(storyteller, preset, given_story_template_filename): |
|
|
|
story_template_filename = "{}/templates/{}.{}".format( |
|
|
|
package_directory, args.storytelling_preset, args.storyteller |
|
|
|
) |
|
|
|
else: |
|
|
|
story_template_filename = given_story_template_filename |
|
|
|
|
|
|
|
logger.info("using story template filename {}".format(story_template_filename)) |
|
|
|
|
|
|
0 comments on commit
ed8b523