Skip to content

Commit

Permalink
fix: unreferenced variable
Browse files Browse the repository at this point in the history
Change-Id: Iad044bdcdbc1932cc0ca019333e3e04ec1f1621d
  • Loading branch information
grafuls committed Nov 6, 2019
1 parent 4d5b6e2 commit f38f1ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quads/tools/make_instackenv_json.py
Expand Up @@ -53,6 +53,8 @@ def main():

if type(overcloud["result"]) != bool:
_overcloud_result = strtobool(overcloud["result"])
else:
_overcloud_result = overcloud["result"]

if "result" in overcloud and _overcloud_result:
mac = "00:00:00:00:00:00"
Expand Down

0 comments on commit f38f1ec

Please sign in to comment.