aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/process_queue.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index 78e1f725..96daabf4 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -679,9 +679,9 @@ def upload_buf(
ftp.client.cwd("incoming")
ftp.put(buf, dest)
elif fund == "BOWDST":
- sftp = SftpClient.from_creds("hm_globeop")
- sftp.client.chdir("incoming")
- sftp.put(buf, dest)
+ # sftp = SftpClient.from_creds("hm_globeop")
+ # sftp.client.chdir("incoming")
+ # sftp.put(buf, dest)
em = ExchangeMessage()
recipients = (
"caagtradecapture@bnymellon.com",