From 661f6dd3e7901bceef571b5611d57e2ce0476afd Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Fri, 26 May 2023 17:02:57 -0500 Subject: Updated Python-to-R launcher to verify steps of executuion. --- launcher_R.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/launcher_R.py b/launcher_R.py index 544dfc9..415430a 100644 --- a/launcher_R.py +++ b/launcher_R.py @@ -14,4 +14,6 @@ if os.path.exists(tar_fil): cwd = os.getcwd(), start_new_session = True ) + +print("end launcher") -- cgit v1.2.3