Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
removing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmart committed Apr 6, 2017
1 parent 198ba38 commit a5d5e5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/application_to_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@ def migrate_image_data_glance(src_glance_client, dst_glance_client, img_uuid, lo


def migrate_image_data_irods(dst_glance_client, irods_conn, irods_src_coll, irods_dst_coll, img_uuid):

# TODO test me and add exception handling! Test me in sad cases (e.g. bad creds, could not make connection)

sess = iRODSSession(host=irods_conn.get('host'),
port=irods_conn.get('port'),
zone=irods_conn.get('zone'),
Expand Down

0 comments on commit a5d5e5b

Please sign in to comment.