From b826a17adcf6feec937c4677cc1b05354ba69623 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 28 May 2013 20:16:00 +0200 Subject: [PATCH] import: fix collection title --- tools/scripts/telemeta-crem-import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/telemeta-crem-import.py b/tools/scripts/telemeta-crem-import.py index 49cb1a7e..3017708e 100755 --- a/tools/scripts/telemeta-crem-import.py +++ b/tools/scripts/telemeta-crem-import.py @@ -86,7 +86,7 @@ class TelemetaWavImport: elif not c: msg = 'collection NON présente dans la base de données, CREATION ' self.logger.info(collection, msg) - c = MediaCollection(code=collection_name) + c = MediaCollection(code=collection_name, title=collection_name) c.save() c.set_revision(self.user) else: -- 2.39.5