Skip to content

Commit

Permalink
Print info on jnml -validate on how many successful etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Sep 24, 2024
1 parent 4e7c9ee commit 6816315
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyneuroml/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,14 +770,11 @@ def run_jneuroml(
return False

if report_jnml_output:
logger.debug(
logger.info(
"Successfully ran the following command using pyNeuroML v%s: \n %s"
% (__version__, command)
)
logger.debug("Output:\n\n%s" % output)

# except KeyboardInterrupt as e:
# raise e
logger.info("Output:\n\n%s" % output)

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

0 comments on commit 6816315

Please sign in to comment.