From 68bfe4c7f2dcb916e1cf6f4825c5800ed1064c42 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Fri, 12 May 2017 17:46:59 -0300 Subject: [PATCH] Print on debug --- invesalius/utils.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/utils.py b/invesalius/utils.py index 41e47ac..2fceb97 100644 --- a/invesalius/utils.py +++ b/invesalius/utils.py @@ -74,6 +74,7 @@ def debug(error_str): from invesalius.session import Session session = Session() #if session.debug: + print(error_str) def next_copy_name(original_name, names_list): """ -- libgit2 0.21.2