Skip to content

Commit

Permalink
Fix black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apdibbo committed Oct 3, 2024
1 parent df53f71 commit a873eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def dict_to_xml(tag, d):
agent_hostname = socket.getfqdn()

# Check if the host is an OpenStack VM
param = '-w 1 -c 1'
param = "-w 1 -c 1"
metadata_ip = "169.254.169.254"
response = os.system(f"ping {param} {metadata_ip}")
if response == 0:
Expand Down

0 comments on commit a873eb6

Please sign in to comment.