Skip to content

Commit

Permalink
Fix lint error from a previous commit to gen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 21, 2023
1 parent 5833679 commit d3ec594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def _patch(self):
except jsonpatch.JsonPatchConflict:
print(f"jsonpatch error: {p}", file=sys.stderr)
path = p["path"]
obj = jsonpointer.JsonPointer(path).to_last(self.spec)
print(f"path: {path}", file=sys.stderr)
raise

Expand Down

0 comments on commit d3ec594

Please sign in to comment.