From c82b4b7917d437ed6c838377f00bffec3190f515 Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Tue, 28 Jan 2025 10:48:15 -0600 Subject: [PATCH] pynomrs space needced in stage python script before main block --- ctests/scripts/stage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ctests/scripts/stage.py b/ctests/scripts/stage.py index 411b0ccf0a..ea4009a495 100755 --- a/ctests/scripts/stage.py +++ b/ctests/scripts/stage.py @@ -65,5 +65,6 @@ def main(): # Synchronize input files as per the parsed configuration FileHandler(case_cfg.input_files).sync() + if __name__ == '__main__': main()