Skip to content

Commit

Permalink
Default to empty.
Browse files Browse the repository at this point in the history
Signed-off-by: Kurt Garloff <[email protected]>
  • Loading branch information
garloff committed Dec 8, 2023
1 parent 970da65 commit eb5d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/iaas/flavor-naming/flavor-form.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def form_attr(attr):
if fdesc[0] != "?" or i == 0 or spec.pnames[i-1][0] != "?":
print(f'\t <div id="column" style="position: relative; width: {pct}%; float: left;">')
# print(fname, fdesc)
value = None
value = ""
try:
value = getattr(attr, fname)
except AttributeError:
Expand Down

0 comments on commit eb5d0fd

Please sign in to comment.