Skip to content

Commit

Permalink
Merge pull request #14 from hentt30/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hentt30 committed Feb 14, 2021
2 parents 0be9091 + 5ac389b commit 77efa48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ minushalf
:alt: Total alerts

.. image:: https://img.shields.io/lgtm/grade/python/g/hentt30/minushalf.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/hentt30/minushalf/context:pythonfi
:target: https://lgtm.com/projects/g/hentt30/minushalf/context:python
:alt: Language grade: Python

What is minushalf?
Expand Down
1 change: 0 additions & 1 deletion minushalf/softwares/vasp/vasprun.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def _catch_xml_tag(self, tag: str, name: str = None) -> list:
end_tag = end_tag_regex.search(line).group(0)
end_line_splited = line.partition(end_tag)
end_line = "".join(end_line_splited[:2])
start_tag_identified = False
xml_text.append(end_line)
break

Expand Down

0 comments on commit 77efa48

Please sign in to comment.