revisit 0.0.25__py2.py3-none-any.whl → 0.0.26__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
revisit/revisit.py
CHANGED
@@ -510,8 +510,8 @@ def widget(study: _WrappedStudyConfig, revisitPath: str):
|
|
510
510
|
uiConfig.logoPath = newPath
|
511
511
|
|
512
512
|
# Copy all files
|
513
|
-
|
514
|
-
|
513
|
+
for item in extracted_paths:
|
514
|
+
_copy_file(item['src'], item['dest'])
|
515
515
|
|
516
516
|
w = _widget.Widget()
|
517
517
|
w.config = json.loads(study.__str__())
|
@@ -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=3owakIURK3BUtVnKx0l9UD3nTUqy9JdT-QR21hKxNM4,27772
|
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.26.dist-info/METADATA,sha256=YNlwwgHdZFF4gtWiloQn6MIPz6y9FAr4jmlra9jH5rQ,13510
|
9
|
+
revisit-0.0.26.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
10
|
+
revisit-0.0.26.dist-info/RECORD,,
|
File without changes
|