From 1c00dd2b3a0b0a06d346c70ce15cd977f2a845f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 2 May 2012 13:34:18 +0200 Subject: [PATCH] spelling 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 18ac12e..0c7b5a6 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -296,7 +296,7 @@ class SyncFromThemis(UtilityView): object.author_is_government = True elif authors_v: authors_intids = [self.get_author_intid(x) for x in authors_v] - object.authors = [RelationValue(x) for x in author_intids if x] + object.authors = [RelationValue(x) for x in authors_intids if x] object.author_is_government = False else: object.authors = None