From ffe807f243e3084b64e9ce2285631bce185e83d4 Mon Sep 17 00:00:00 2001 From: Gail Weiss Date: Mon, 5 Feb 2024 15:16:30 +0100 Subject: [PATCH] fix pep8 error --- RASP_support/DrawCompFlow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RASP_support/DrawCompFlow.py b/RASP_support/DrawCompFlow.py index 42cbb0d..ff5edd6 100644 --- a/RASP_support/DrawCompFlow.py +++ b/RASP_support/DrawCompFlow.py @@ -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