revisit 0.0.15__tar.gz → 0.0.16__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {revisit-0.0.15 → revisit-0.0.16}/PKG-INFO +1 -1
- {revisit-0.0.15 → revisit-0.0.16}/pyproject.toml +1 -1
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/revisit.py +0 -1
- {revisit-0.0.15 → revisit-0.0.16}/.gitignore +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/README.md +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/StudyConfigSchema.json +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/__init__.py +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/models.py +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/static/widget.css +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/static/widget.js +0 -0
- {revisit-0.0.15 → revisit-0.0.16}/src/revisit/widget.py +0 -0
@@ -450,7 +450,6 @@ def widget(study: _WrappedStudyConfig, revisitPath: str):
|
|
450
450
|
extracted_paths = []
|
451
451
|
|
452
452
|
for component in study.root.components.values():
|
453
|
-
print(component.root)
|
454
453
|
actual_component = component.root
|
455
454
|
if hasattr(actual_component, 'root'):
|
456
455
|
actual_component = actual_component.root
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|