Explorar o código

re-add needed print statement in sendreportmail

Noah Vogt hai 1 ano
pai
achega
a673bc596b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      local-bin/sendreportmail

+ 1 - 0
local-bin/sendreportmail

@@ -84,6 +84,7 @@ def set_subject(
     if config_file.package_type == "arch":
         if "Finished making: " in body:
             message["Subject"] = "BUILD SUCCESS: '{}'".format(package)
+            print("BUILD SUCCESS")
         else:
             message["Subject"] = "BUILD FAILURE: '{}'".format(package)