Commit 68bfe4c7f2dcb916e1cf6f4825c5800ed1064c42

Authored by Santiago Castro
1 parent e82c89ce
Exists in command-line

Print on debug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/utils.py
... ... @@ -74,6 +74,7 @@ def debug(error_str):
74 74 from invesalius.session import Session
75 75 session = Session()
76 76 #if session.debug:
  77 + print(error_str)
77 78  
78 79 def next_copy_name(original_name, names_list):
79 80 """
... ...