aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-05-26 17:02:57 -0500
committerTinWoodman92 <chrhodgden@gmail.com>2023-05-26 17:02:57 -0500
commit661f6dd3e7901bceef571b5611d57e2ce0476afd (patch)
treed2d15c5c92e16f2c0ce6eca83f7a74edfb336ff2
parent234279c36b363245c4a7316494641cd58b40ad28 (diff)
Updated Python-to-R launcher to verify steps of executuion.
-rw-r--r--launcher_R.py2
1 files changed, 2 insertions, 0 deletions
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")