We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlike API_ingest/ salesforce_contacts.py (see #594)
API_ingest/ salesforce_contacts.py
salesforce_message_publisher assumes a fixed location for the .pem file, but, as per #594, that's not valid.
salesforce_message_publisher
Is this code still used? If so, maybe we should create a find_pem_file() that either can use.
find_pem_file()
def send_pipeline_update_messages(contacts_list): pem_file = 'bin/connected-app-secrets.pem'
The text was updated successfully, but these errors were encountered:
Create and use find_pem_file() #595
d30566e
Merge pull request #596 from CodeForPhilly/pem_file_finder
c839e52
sposerina
Successfully merging a pull request may close this issue.
Unlike
API_ingest/ salesforce_contacts.py
(see #594)salesforce_message_publisher
assumes a fixed location for the .pem file, but, as per #594, that's not valid.Is this code still used? If so, maybe we should create a
find_pem_file()
that either can use.The text was updated successfully, but these errors were encountered: