Skip to content

Commit

Permalink
Fix cores refresh bug (#73).
Browse files Browse the repository at this point in the history
  • Loading branch information
asreimer committed Nov 12, 2020
1 parent f108699 commit 99abf92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resen/Resen.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,8 @@ def update_core_list(self):
with open(core_filename, 'wb') as f:
f.write(r.content)

self.valid_cores = self.__get_valid_cores()


def __get_valid_cores(self):
# define core list directory
Expand Down

0 comments on commit 99abf92

Please sign in to comment.