Skip to content

Commit

Permalink
Allow plugin repos to actually overwrite repo configs (#1966)
Browse files Browse the repository at this point in the history
* Allow plugin tests to actually overwrite repo configs

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

* Remove unnecessary pass

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 authored Oct 23, 2021
1 parent b0635c3 commit a3e18f6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
module = importlib.import_module(full_repo_configs_module)
FULL_REPO_CONFIGS = getattr(module, "FULL_REPO_CONFIGS")
except Exception:
pass
finally:
FULL_REPO_CONFIGS = DEFAULT_FULL_REPO_CONFIGS
else:
FULL_REPO_CONFIGS = DEFAULT_FULL_REPO_CONFIGS
Expand Down

0 comments on commit a3e18f6

Please sign in to comment.