Skip to content
Snippets Groups Projects
Commit 77680e26 authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

null non explicite pour surligner explication #7

parent 3b4e6417
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ class Item:
res['miseEnAction'] = self.miseEnAction.mid
if self.explication != None:
res['explication'] = self.explication.mid
res['surlignerExplication'] = self.surlignerExplication
if self.surlignerExplication:
res['surlignerExplication'] = self.surlignerExplication
if self.transition != None:
res['transition'] = self.transition.mid
res['randomiser'] = self.randomiser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment