Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jun 2, 2022
2 parents 4b828f4 + 214b8cd commit 2360444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ def get_users_from_backend(self, backend_id):
for user in users:
if user.get("user", None):
user_list.append(user["user"])
return user_list
return user_list
except Timeout as e:
LOG.info(msg=f"Get users for backend timed out. {e}")
return []
Expand Down

0 comments on commit 2360444

Please sign in to comment.