Skip to content

Commit

Permalink
[PR-FIX] Update port_ocean/core/defaults/initialize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Tankilevitch <[email protected]>
  • Loading branch information
erikzaadi and Tankilevitch committed Jan 7, 2025
1 parent b00e679 commit 78cf234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion port_ocean/core/defaults/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ async def _initialize_defaults(
return

if integration_config.use_provisioned_defaults:
logger.info("Skipping creating default due to `use_provisioned_defaults`")
logger.info(
"Skipping creating defaults resources due to `use_provisioned_defaults`"
)
return
try:
logger.info("Found default resources, starting creation process")
Expand Down

0 comments on commit 78cf234

Please sign in to comment.