Remove unused line
This commit is contained in:
parent
842e174bb9
commit
ef2b406c78
@ -252,10 +252,6 @@ class Harness:
|
|||||||
) -> None:
|
) -> None:
|
||||||
# graphical output
|
# graphical output
|
||||||
graph = self.graph
|
graph = self.graph
|
||||||
svg_already_exists = Path(
|
|
||||||
f"{filename}.svg"
|
|
||||||
).exists() # if SVG already exists, do not delete later
|
|
||||||
# graphical output
|
|
||||||
for f in fmt:
|
for f in fmt:
|
||||||
if f in ("png", "svg", "html"):
|
if f in ("png", "svg", "html"):
|
||||||
if f == "html": # if HTML format is specified,
|
if f == "html": # if HTML format is specified,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user