Skip to content

Commit

Permalink
Deleted commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf-meyer committed Oct 6, 2023
1 parent f27683b commit 82605c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions molSimplify/Classes/globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ def mybash(cmd):
stdout, stderr = p.communicate()
lines = stdout.decode('utf-8').splitlines()
lines = [line+"\n" for line in lines if line !=""]
#print(cmd)
#print(''.join(lines))
return ''.join(lines)

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

View check run for this annotation

Codecov / codecov/patch

molSimplify/Classes/globalvars.py#L461-L464

Added lines #L461 - L464 were not covered by tests


Expand Down

0 comments on commit 82605c6

Please sign in to comment.