Compare commits

..

No commits in common. '6c837f4ff86940050497f169b172a0a0631a9040' and 'a8a3501ef1e72ccc00575b47ee225c54a062f949' have entirely different histories.

  1. 2
      example_configs/pmml_deployment.yml
  2. 2
      pmml.py

@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: pmml
image: torarg/pmml:0.1.7
image: torarg/pmml:0.1.6
volumeMounts:
- mountPath: "/.pmmlrc"
subPath: ".pmmlrc"

@ -43,7 +43,7 @@ def cli(config_file, mailing_list_address):
config["smtp_pass"],
)
smtp_client.sendmail(
mailing_list_address, config["recipients"], msg.as_string().encode('utf-8')
mailing_list_address, config["recipients"], msg.as_string()
)
smtp_client.quit()

Loading…
Cancel
Save