EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 006dc36f authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

adding logs

parent 9b326885
No related branches found
No related tags found
2 merge requests!49Production release 1.1.1,!44Ingestor test
......@@ -56,7 +56,6 @@ swift delete preprocessor_results
# ingest an item
python3 ingestor_prep.py
# wait for the process to complete
sleep 90
......
......@@ -9,6 +9,8 @@ def sftp_connection():
transport.connect(username=username, password=password)
sftp = paramiko.SFTPClient.from_transport(transport)
sftp.put('./tpzonlineitem.xml', '/data/from/fepd/tpzonlineitem.xml')
report_list = sftp.listdir('data/from/fepd/')
print("Sucssesfully adding %s to the sftp directory" % report_list)
sftp_connection()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment