Skip to content

Commit

Permalink
pyneuroml/pynml.py changed by black
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvi committed Oct 30, 2023
1 parent 375e4ee commit 883b2ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyneuroml/pynml.py
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,9 @@ def evaluate_arguments(args):
# Deal with the SBML validation option which doesn't call run_jneuroml
if args.validate_sbml:
from pyneuroml.sbml import validate_sbml_files

validate_sbml_files(" ".join(args.input_files))

return True

# These do not use the shared option where files are supplied
Expand Down

0 comments on commit 883b2ca

Please sign in to comment.