Skip to content

Commit

Permalink
STORY : Rewrite story updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdoconnor committed Jan 1, 2024
1 parent 8c51339 commit bd545d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hitch/story/rewrite-bugs.story
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Rewrite single argument incorrect:
/src/hitchstory/story_file.py
66 : step_to_update[self._step.name] = text
67 : else:
--> 68 : raise exceptions.RewriteFailure(
69 : f"'{key_to_update}' doesn't exist, only '{single_argument_name}' exists."
72 : step_to_update[self._step.name] = text
73 : else:
--> 74 : raise exceptions.RewriteFailure(
75 : f"'{key_to_update}' doesn't exist, only '{single_argument_name}' exists."
Expand Down

0 comments on commit bd545d0

Please sign in to comment.