Fix typo in the pagure SAR script
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
49a81fcf19
commit
5a319bdcfc
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def main():
|
|||
if email:
|
||||
user_email = pagure.lib.search_user(session, email=email)
|
||||
if user_email not in users:
|
||||
users.apennd(user_email)
|
||||
users.append(user_email)
|
||||
|
||||
output = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue