Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
68bfe4c7f2dcb916e1cf6f4825c5800ed1064c42
Authored by
Santiago Castro
2017-05-12 17:46:59 -0300
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
Side-by-side Diff
Inline Diff
invesalius/utils.py
Wrap text
Diff comments
View file @
68bfe4c
...
...
@@ -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
"""
...
...