EOX GitLab Instance

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

remove debug commands

parent 7bbb0bbb
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
docker exec -i $(docker ps -qf "name=emg-pvs_ingestor") bash -c "ls /mnt/data/"
# wait for the process to complete
sleep 90
......
......@@ -9,8 +9,6 @@ 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(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