Skip to content

Commit

Permalink
Update ComponentBase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Jan 4, 2025
1 parent 91bf697 commit 45a5137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/core/swarmauri_core/ComponentBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def recreate_models(cls):
else:
raise ValueError(f"Field '{field_name}' does not exist in model '{model_class.__name__}'")
if model_class.model_rebuild(force=True):
logger.debg(f"'{model_class}' has been successfully recreated.")
logger.debug(f"'{model_class}' has been successfully recreated.")
else:
logger.debg(f"'{model_class}' recreation has failed.")
logger.debug(f"'{model_class}' recreation has failed.")
logger.info("All models have been successfully recreated.")

0 comments on commit 45a5137

Please sign in to comment.