mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-04-08 00:40:59 +00:00
Fix compilation
This commit is contained in:
parent
783b6abcee
commit
7c295ef43c
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class PortainerCLI(object):
|
|||
if not all_users:
|
||||
logger.debug('No users found')
|
||||
return []
|
||||
users=all_users.
|
||||
users=[]
|
||||
for name in names:
|
||||
# searching for user
|
||||
user = next(u for u in all_users if u['Username'] == name)
|
||||
|
|
|
|||
Loading…
Reference in a new issue