har2tree 1.32.0__tar.gz → 1.32.1__tar.gz
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.
- {har2tree-1.32.0 → har2tree-1.32.1}/PKG-INFO +1 -1
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/nodes.py +1 -1
- {har2tree-1.32.0 → har2tree-1.32.1}/pyproject.toml +1 -1
- {har2tree-1.32.0 → har2tree-1.32.1}/LICENSE +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/README.md +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/__init__.py +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/har2tree.py +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/helper.py +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/parser.py +0 -0
- {har2tree-1.32.0 → har2tree-1.32.1}/har2tree/py.typed +0 -0
|
@@ -586,7 +586,7 @@ class URLNode(HarTreeNode):
|
|
|
586
586
|
return href
|
|
587
587
|
|
|
588
588
|
if not hasattr(self, 'rendered_html') or not self.rendered_html:
|
|
589
|
-
raise Har2TreeError('Not the node of a page rendered ({self.uuid}), invalid request.')
|
|
589
|
+
raise Har2TreeError(f'Not the node of a page rendered ({self.uuid}), invalid request.')
|
|
590
590
|
urls: set[str] = set()
|
|
591
591
|
|
|
592
592
|
# The simple ones: the links.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|