Skip to content

Commit 9a041ea

Browse files
committed
Satisfy azdev style
1 parent 643ebb6 commit 9a041ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confcom/azext_confcom/template_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ def extract_containers_and_fragments_from_text(text: str) -> Tuple[List[Dict], L
11181118
Loader=yaml.FullLoader,
11191119
)
11201120
except yaml.YAMLError as e:
1121-
logger.warning(f"Error parsing rego file: {e}")
1121+
logger.warning("Error parsing rego file: %s", e)
11221122
# reading the rego file failed, so we'll just return the default outputs
11231123
containers = []
11241124
fragments = []

0 commit comments

Comments
 (0)