Skip to content

Commit

Permalink
topotato: remove vestigial check
Browse files Browse the repository at this point in the history
There used to be code after this.  There isn't anymore.  Remove so
pylint doesn't complain.

Signed-off-by: David Lamparter <[email protected]>
  • Loading branch information
eqvinox committed Jul 10, 2024
1 parent 901f024 commit fef5796
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions topotato/pretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ def when_call(self, call, result):

self.instance.ts_rel = self.item.parent.starting_ts

if call.excinfo:
return

def files(self):
dot = self.instance.network.dot()
yield PrettyExtraFile(self, "dotfile", ".dot", "text/plain; charset=utf-8", dot)
Expand Down

0 comments on commit fef5796

Please sign in to comment.