You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following errors while running all_my_subnets.py to get a list of subnets written out to a filename.
Traceback (most recent call last):
File "/home/ cloudshell-user/cloud-foundations-templates/cloud-foundations-templates/inventory-scripts/all_my_subnets-py", line 218, in ‹module>
present_results (SubnetsFound)
File "/home/ cloudshell-user/cloud-foundations-templates/cloud-foundations-templates/inventory-scripts/all_my_subnets.py", line 145, in present_ results
display_results(sorted_Subnets_Found, display_dict, 'None', pFilename)
File "/home/cloudshell-user/cloud-foundations-templates/cloud-foundations-templates/inventory-scripts/Inventory_Modules.py", line 4619, in display_rest
handle_list()
File "/home/cloudshell-user/cloud-foundations-templates/cloud-foundations-templates/inventory-scripts/Inventory_Modules-py", line 4481, in handle_ list
row += f"(result[field]: {data_format}s} |"
ValueError: '=' alignment not allowed in string format specifier
What is the problem?
I get the following errors while running all_my_subnets.py to get a list of subnets written out to a filename.
Reproduction Steps
What did you expect to happen?
to get output in a directory and files.
What actually happened?
getting the error listed above and no output in the file
version of IaC or CLI being used
aws-cli/2.23.8
Other information
No response
The text was updated successfully, but these errors were encountered: