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 8278b8f commit fdce257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RASP_support/DrawCompFlow.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ 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
Expand Down

0 comments on commit fdce257

Please sign in to comment.