Skip to content

Commit

Permalink
Merge pull request #21 from paulu/ioerror2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Sean Bell committed May 19, 2018
2 parents 1661706 + 761cf04 commit 7f3e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/shapes/tasks.py
Expand Up @@ -19,7 +19,7 @@
@shared_task
def fill_in_bbox_task(shape):
""" Helper to fill in the potentially empty image_bbox field """
.

photo = shape.photo.__class__.objects.get(id=shape.photo.id)
image_bbox = mask_complex_polygon(
image=open_image(photo.image_orig),
Expand Down

0 comments on commit 7f3e987

Please sign in to comment.