Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update container_instance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle authored Dec 11, 2023
1 parent b18dc27 commit 27c41fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefect_azure/container_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ async def generate_work_pool_base_job_template(self) -> dict:
base_job_template["variables"]["properties"][key]["default"] = value
else:
self.logger.warning(
f"Variable {key!r} is not supported by `Azure Container Instance`
f"Variable {key!r} is not supported by `Azure Container Instance`"
" work pools. Skipping."
)

Expand Down

0 comments on commit 27c41fa

Please sign in to comment.