diff --git a/pandora/item/management/commands/get_frame.py b/pandora/item/management/commands/get_frame.py index 37f4e1f5..06910f0d 100644 --- a/pandora/item/management/commands/get_frame.py +++ b/pandora/item/management/commands/get_frame.py @@ -13,4 +13,5 @@ class Command(BaseCommand): position = float(position) i = models.Item.objects.get(itemId=id) path = i.frame(position, height) - print path + if path: + print path