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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: har2tree
3
- Version: 1.32.0
3
+ Version: 1.32.1
4
4
  Summary: HTTP Archive (HAR) to ETE Toolkit generator
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
@@ -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.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "har2tree"
3
- version = "1.32.0"
3
+ version = "1.32.1"
4
4
  description = "HTTP Archive (HAR) to ETE Toolkit generator"
5
5
  authors = [
6
6
  {name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
File without changes
File without changes
File without changes
File without changes
File without changes