Skip to content

Commit

Permalink
Add forgotten initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRue committed Jul 17, 2023
1 parent 72e244d commit 8878e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aiida_kkr/calculations/kkrimp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,6 +1140,7 @@ def get_ldaupot_from_retrieved(self, retrieved, tempfolder):
returns True of ldaupot was found, otherwise returns False
"""
tar_filenames = []
has_ldaupot = False
if self._FILENAME_TAR in retrieved.list_object_names():
# get path of tempfolder
with tempfolder.open('.dummy', 'w') as tmpfile:
Expand Down

0 comments on commit 8878e62

Please sign in to comment.