Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 20, 2023
1 parent 092af15 commit f27683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molSimplify/Classes/globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def mybash(cmd):
lines = stdout.decode('utf-8').splitlines()
lines = [line+"\n" for line in lines if line !=""]

Check warning on line 463 in molSimplify/Classes/globalvars.py

View check run for this annotation

Codecov / codecov/patch

molSimplify/Classes/globalvars.py#L461-L463

Added lines #L461 - L463 were not covered by tests
#print(cmd)
#print(''.join(lines))
#print(''.join(lines))
return ''.join(lines)

Check warning on line 466 in molSimplify/Classes/globalvars.py

View check run for this annotation

Codecov / codecov/patch

molSimplify/Classes/globalvars.py#L466

Added line #L466 was not covered by tests


Expand Down

0 comments on commit f27683b

Please sign in to comment.