bugfix: remove return value, otherwise jenkins job will consider it as failure

This commit is contained in:
debugtalk
2017-08-03 10:53:33 +08:00
parent a4bbdb4f81
commit 1f55252844

View File

@@ -77,5 +77,3 @@ def main():
if mailer and mailer.config_ready:
mailer.send_mail(flag, content=results)
return flag, results