revisit 0.0.20__py2.py3-none-any.whl → 0.0.24__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
revisit/revisit.py
CHANGED
@@ -176,7 +176,7 @@ class _WrappedComponentBlock(_JSONableBaseModel):
|
|
176
176
|
self = self + __component__(type='questionnaire', component_name__='place-holder-component')
|
177
177
|
# If there only exists one component (either existing one or placeholder),
|
178
178
|
# do not create the first component blocks.
|
179
|
-
if len(self.component_objects__)
|
179
|
+
if len(self.component_objects__) == 1:
|
180
180
|
make_comp_block = False
|
181
181
|
|
182
182
|
# Convert to JSON
|
@@ -1,10 +1,10 @@
|
|
1
1
|
revisit/StudyConfigSchema.json,sha256=xtzwZifuPJoiHASx0o8PHqBuh5L30mjBlhQ5eqsYm10,132168
|
2
2
|
revisit/__init__.py,sha256=QCvYt8m9QwpjcK4dv6GlLMUDCzRXGy16cua1r2biNCg,255
|
3
3
|
revisit/models.py,sha256=FRy8IlUAtDS3gdmZwwvqR935lbViTPnnr7k0CAkDkzI,134084
|
4
|
-
revisit/revisit.py,sha256=
|
4
|
+
revisit/revisit.py,sha256=FDf9Asth1q4iArnedgiswUVgXxWfLIqz60UPtoJbXb0,27707
|
5
5
|
revisit/widget.py,sha256=VvFqRvvvn86fW8ASe1pxaAvh5ZLvvSRThI5XtlCdgcg,915
|
6
6
|
revisit/static/widget.css,sha256=TLu5F6k0CvowQtmApPswG-JZUXYszo7a10dVWKnZsIg,647
|
7
7
|
revisit/static/widget.js,sha256=jjc-RvauEnU8dHCR7oGSjg0y1CRXtAlw1-4yDeSbdKE,186472
|
8
|
-
revisit-0.0.
|
9
|
-
revisit-0.0.
|
10
|
-
revisit-0.0.
|
8
|
+
revisit-0.0.24.dist-info/METADATA,sha256=1LhDxD-uvXpL3qAiS2MZfV3ct24J-fFsZBwQA3XJf8Y,8840
|
9
|
+
revisit-0.0.24.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
10
|
+
revisit-0.0.24.dist-info/RECORD,,
|
File without changes
|