fix: Convert UPPER_WORDS from string to tuple type

pull/1040/head
dev0128 10 months ago committed by tessier
parent d2216b35e5
commit 2df28a9591

@ -89,8 +89,8 @@ UPPER_WORDS = {
"generic": ("vpn", "ios", "xen", "sql", "lxc"),
"outscale": ("osc",),
"openstack": ("rpm", "loci", "nfv", "ec2api"),
"pve": ("pve"), # string? or tuple?
"ibm": ("ibm"), # string? or tuple?
"pve": ("pve",),
"ibm": ("ibm",),
"snowflake": ("sn",),
}

Loading…
Cancel
Save