Skip to content
Permalink
Browse files
Default template in run script
  • Loading branch information
aa9863 committed Jul 7, 2020
1 parent 2871c22 commit e36a9b3cb3f1f990f0f41f5286b7e6f547ad2c4e
Showing 1 changed file with 2 additions and 1 deletion.
@@ -57,7 +57,8 @@ def main():
help="File to Convert")

parser.add_argument("-t", "--template",
help="Template file to use for rendering")
default="feedback.jinja2",
help="Template file to use for rendering. Will default to generic marking template (feedback.jinja2)")

parser.add_argument("-d", "--templatedir",
help="Local template directory")

0 comments on commit e36a9b3

Please sign in to comment.