From 109d2271660ef6678ba909624de28f0c9b68a6c7 Mon Sep 17 00:00:00 2001 From: Phanes Date: Mon, 4 Dec 2017 23:29:07 -0500 Subject: [PATCH] fixed logic flow bug in Task execution, cleaned up exceptions, improved exception verbosity, and added a logic tree for task execution flow --- src/loaders/Task.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/loaders/Task.cpp b/src/loaders/Task.cpp index afd201b..97fbd06 100644 --- a/src/loaders/Task.cpp +++ b/src/loaders/Task.cpp @@ -176,6 +176,7 @@ bool Task::has_definition() void Task::execute( bool verbose ) { // DUFFING - If Examplar is broken it's probably going to be in this block. + // Somebody come clean this up, eh? // PREWORK // throw if unit not coupled to all necessary values since Task is stateful (yes, stateful is okay)