Skip to content

Commit

Permalink
fixed: variable 'rsp' referenced before assignment (#218) (#341)
Browse files Browse the repository at this point in the history
Co-authored-by: rfralick <[email protected]>
(cherry picked from commit 745d91e)

Co-authored-by: rothman857 <[email protected]>
  • Loading branch information
patchback[bot] and rothman857 authored Dec 6, 2021
1 parent 97d581d commit 3ce3fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/network/avi/avi_useraccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def main():
first_pwd = api_creds.password
second_pwd = old_password
password_changed = False
rsp = None
try:
api = ApiSession.get_session(
api_creds.controller, api_creds.username,
Expand Down

0 comments on commit 3ce3fba

Please sign in to comment.