Skip to content

Commit

Permalink
chore: fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Nov 25, 2021
1 parent 9a5336a commit 932db3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_pyneuroml/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def run_lems_xml(lems_xml_root, working_dirname='.', lems_filename=None,
msg = '`{}` was not able to execute {}'.format(
simulator.value,
'`{}`'.format(lems_filename) if lems_filename else 'the LEMS document')

if config.LOG:
std_out_err = captured.get_text()
if std_out_err:
Expand Down

0 comments on commit 932db3d

Please sign in to comment.