From fdce257419a239b2c1ba7c7ec6decadf3b5ebad9 Mon Sep 17 00:00:00 2001 From: Gail Weiss Date: Mon, 5 Feb 2024 15:10:01 +0100 Subject: [PATCH] fix pep8 error --- RASP_support/DrawCompFlow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RASP_support/DrawCompFlow.py b/RASP_support/DrawCompFlow.py index 726b910..42cbb0d 100644 --- a/RASP_support/DrawCompFlow.py +++ b/RASP_support/DrawCompFlow.py @@ -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