diff options
-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") |