Skip to content

Commit

Permalink
fix pep8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
gailweiss committed Feb 5, 2024
1 parent fdce257 commit ffe807f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RASP_support/DrawCompFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,11 +556,11 @@ def draw_comp_flow(self, w, filename=None,
keep_dot=False, show=True,
force_vertical_layers=True, add_tokens_on_ff=False):
if w is not None:
self.call(w) # execute seq (and all its ancestors) on the given input
self.call(w) # execute seq (and all its ancestors) on the given input
if not self.last_w == w:
print("evaluating input failed")
return
else: # if w == None, assume seq has already been executed on some input.
else: # if w == None, assume seq has already been executed on some input.
w = self.last_w
if None is filename:
name = self.name
Expand Down

0 comments on commit ffe807f

Please sign in to comment.