Skip to content

Commit

Permalink
Fix #1435
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Oct 19, 2022
1 parent 1e7fa6c commit b424e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openff/toolkit/utils/toolkit_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def register_toolkit(self, toolkit_wrapper, exception_if_unavailable=True):
raise ToolkitUnavailableException(license_exception.msg)
else:
logger.warning(license_exception)
return
except ToolkitUnavailableException:
msg = "Unable to load toolkit '{}'. ".format(
toolkit_wrapper._toolkit_name
Expand Down

0 comments on commit b424e10

Please sign in to comment.