No return outside of a function.
This commit is contained in:
parent
850cac2c8a
commit
808fe8d707
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ if __name__ == '__main__':
|
|||
topic = sys.argv[-1]
|
||||
if topic != 'io.pagure.prod.pagure.issue.edit':
|
||||
# This message wasn't meant for me...
|
||||
return
|
||||
sys.exit(0)
|
||||
fullname, fields, content = sys.argv[-4:-1]
|
||||
main(fullname, fields, content)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue