From 5705c9e74d0799bc6ecd93ed0f7520501a80b8a6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 2 Jan 2014 14:07:02 +0000 Subject: [PATCH] typo --- pandora/item/management/commands/sync_itemsort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/item/management/commands/sync_itemsort.py b/pandora/item/management/commands/sync_itemsort.py index 8f66c07e..b8cb2085 100644 --- a/pandora/item/management/commands/sync_itemsort.py +++ b/pandora/item/management/commands/sync_itemsort.py @@ -113,6 +113,6 @@ class Command(BaseCommand): ids = [i['id'] for i in models.Item.objects.all().values('id')] for id in ids: i = models.Item.objects.get(pk=id) - if optoins['debug']: + if options['debug']: print i i.update_sort()