Skip to content

Commit

Permalink
fix comment typo; mentions that run_main_step assume self.manual_input
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Feb 15, 2024
1 parent 6a8f626 commit 735b4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mezcla/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ def process_line(self, line):
## elif my_re.search(self.text_arg, line):
## print("arg2 line: %s" % line)

## TODO: if no input proocessed, customize run_main_step instead
## TODO: if no input prococessed, customize run_main_step instead
## and specify skip_input below
##
## def run_main_step(self):
## """Main processing step"""
## """Main processing step (n.b., assumes self.manual_input)"""
## debug.trace_fmtd(5, "Script.run_main_step(): self={s}", s=self)
##

Expand Down

0 comments on commit 735b4a3

Please sign in to comment.