Skip to content

Commit

Permalink
Fix typo on closing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
pantuza committed Nov 13, 2018
1 parent 7a7306d commit 5c62ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_rack/facade.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def _create_prod_vlans(rack, user):
fabenv = fab.get("details")
if not fabenv:
log.debug("No configurations for child environment of env id=%s" % (
str(env.id)
str(env.id))
)
return 0

Expand Down

0 comments on commit 5c62ef9

Please sign in to comment.