diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-05-26 17:02:57 -0500 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-05-26 17:02:57 -0500 |
commit | 661f6dd3e7901bceef571b5611d57e2ce0476afd (patch) | |
tree | d2d15c5c92e16f2c0ce6eca83f7a74edfb336ff2 /launcher_R.py | |
parent | 234279c36b363245c4a7316494641cd58b40ad28 (diff) |
Updated Python-to-R launcher to verify steps of executuion.
Diffstat (limited to 'launcher_R.py')
-rw-r--r-- | launcher_R.py | 2 |
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") |