mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
tools: fix incorrect generation of email when promoting a ProtoXEP
This commit is contained in:
parent
1213692597
commit
9e012d7512
@ -387,7 +387,7 @@ def main():
|
||||
|
||||
for added_xep in added_xeps:
|
||||
old_info = dummy_info(added_xep)
|
||||
new_info = new_accepted[common_xep]
|
||||
new_info = new_accepted[added_xep]
|
||||
|
||||
action = diff_infos(old_info, new_info)
|
||||
if action is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user