From c75542f23ad1b766cc9eb4de532ec28dea158ffb Mon Sep 17 00:00:00 2001 From: Dustin Swales Date: Tue, 12 Mar 2024 15:53:48 +0000 Subject: [PATCH] Omission from previous commit --- scripts/suite_objects.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/suite_objects.py b/scripts/suite_objects.py index 3d60b636..8c1f9489 100755 --- a/scripts/suite_objects.py +++ b/scripts/suite_objects.py @@ -1732,8 +1732,6 @@ def write(self, outfile, errcode, errmsg, indent): # Write the scheme call. # if not self._no_run_phase: -# outfile.comment('! No run phase', indent+1) -# else: stmt = 'call {}({})' outfile.write('',indent+1) outfile.write('! Call scheme', indent+1)