From 77b9ac66fdf365ac96c1ba6e45ae8ae01592ac21 Mon Sep 17 00:00:00 2001 From: Tim Adye Date: Sat, 9 Nov 2024 23:29:00 +0000 Subject: [PATCH] format --- Examples/Scripts/Python/full_chain_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/Scripts/Python/full_chain_test.py b/Examples/Scripts/Python/full_chain_test.py index a7879826f1b..aff19f89824 100755 --- a/Examples/Scripts/Python/full_chain_test.py +++ b/Examples/Scripts/Python/full_chain_test.py @@ -746,6 +746,7 @@ def strToRange(s: str, optName: str, unit: float = 1.0): sys.exit(2) return range + # Graciously taken from https://stackoverflow.com/a/60750535/4280680 (via seeding.py) class EnumAction(argparse.Action): """