Skip to content

Commit

Permalink
[fix]: Fixing unused variable in vasprun.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Feb 14, 2021
1 parent b2746f1 commit 5ac389b
Showing 1 changed file with 0 additions and 1 deletion.
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 5ac389b

Please sign in to comment.