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

Commit

Permalink
fix: f string
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmulloy committed Sep 27, 2023
1 parent d116363 commit da9c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_gocd_elastic_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def update_image_in_elastic_profile(host, token, profile_id, new_pod_config, app
pod_configuration = elastic_profile['properties'][pod_configuration_index]
pod_configuration_value = pod_configuration['value']

logging.info("New pod configuration for {profile_id}")
logging.info(f"New pod configuration for {profile_id}")
print(new_pod_config)
logging.info("Diff of old and new pod configuration")
print_diff(pod_configuration_value, new_pod_config, f"existing_pod_configuration {profile_id}", f"new_pod_configuration {profile_id}")
Expand Down

0 comments on commit da9c23e

Please sign in to comment.