Skip to content

Commit

Permalink
Fix for #780, disabled configs prevents finding missing instances
Browse files Browse the repository at this point in the history
  • Loading branch information
reidsunderland authored and petersilva committed Oct 24, 2023
1 parent 0339736 commit 46fdd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sarracenia/sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ def _find_missing_instances_dir(self, dir):
os.chdir(cfg)

if os.path.exists("disabled"): # double check, if disabled should ignore state.
os.chdir('..')
continue

for filename in os.listdir():
Expand Down

0 comments on commit 46fdd06

Please sign in to comment.