From 47deb6d6c9062de1301bb5ef5ecd916db31f590e Mon Sep 17 00:00:00 2001 From: cs-powell <142438185+cs-powell@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:44:32 -0400 Subject: [PATCH] WORKING: Dynamic Target Heading --- Python3/src/testPlatform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Python3/src/testPlatform.py b/Python3/src/testPlatform.py index b33d057..f7361d0 100644 --- a/Python3/src/testPlatform.py +++ b/Python3/src/testPlatform.py @@ -233,6 +233,7 @@ def ex(): if(exit): break count+=1 + print("Experiment Battery Complete") if __name__ == "__main__":