From 8ea502de2753a5c6014aa5b96bc52c820c4a6c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 29 Nov 2013 19:12:49 +0100 Subject: [PATCH] typo fix --- themis/importexport/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themis/importexport/sync.py b/themis/importexport/sync.py index d6ec50c..f56ada3 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -85,7 +85,7 @@ class SyncFromThemis(UtilityView): if current_value: current_intids = list(sorted([x.to_id for x in current_value])) else: - current_indids = [] + current_intids = [] if current_value is None or current_intids != intids: return [RelationValue(x) for x in intids] return current_value