Skip to content

Commit 6816315

Browse files
committed
Print info on jnml -validate on how many successful etc.
1 parent 4e7c9ee commit 6816315

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyneuroml/runners.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -770,14 +770,11 @@ def run_jneuroml(
770770
return False
771771

772772
if report_jnml_output:
773-
logger.debug(
773+
logger.info(
774774
"Successfully ran the following command using pyNeuroML v%s: \n %s"
775775
% (__version__, command)
776776
)
777-
logger.debug("Output:\n\n%s" % output)
778-
779-
# except KeyboardInterrupt as e:
780-
# raise e
777+
logger.info("Output:\n\n%s" % output)
781778

782779
except Exception as e:
783780
logger.error("*** Execution of jnml has failed! ***")

0 commit comments

Comments
 (0)