1
0
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:
Jonas Wielicki 2017-09-27 17:45:50 +02:00
parent 1213692597
commit 9e012d7512

View File

@ -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: