Skip to content

Commit

Permalink
Raise rendering exception for better stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 30, 2024
1 parent f9d055e commit d6e0b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def main(argv):
image.renderJpeg()
except Exception as ex:
log("Error: RenderJpeg Image:%s %s %s" % (image.id, image.name, ex))
raise ex
else:
check_image(idr_conn, image, max_planes, check_timing=args.timing)

Expand Down

0 comments on commit d6e0b1d

Please sign in to comment.