From 0191ba1a6010893c56611e11fa1fcf81eaf00c33 Mon Sep 17 00:00:00 2001 From: Jessica Semler Date: Tue, 13 Nov 2018 19:55:39 -0800 Subject: [PATCH] Added confirmation message after launching a study --- maestrowf/maestro.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maestrowf/maestro.py b/maestrowf/maestro.py index 45045a455..6fb2bc656 100644 --- a/maestrowf/maestro.py +++ b/maestrowf/maestro.py @@ -282,6 +282,8 @@ def run_study(args): LOGGER.debug(" ".join(cmd)) start_process(" ".join(cmd)) + print("Study launched successfully.") + return 0