diff --git a/client/qldbtools/README.md b/client/qldbtools/README.md index 05279d4..6a7f70f 100644 --- a/client/qldbtools/README.md +++ b/client/qldbtools/README.md @@ -70,8 +70,6 @@ import qldbtools as ql Those fields are collected and a single name addenum formed in `bin/mc-db-refine-info`. - XX: Add `mc-db-generate-selection` - The command sequence, grouped by data files, is cd ~/work-gh/mrva/mrvacommander/client/qldbtools diff --git a/client/qldbtools/bin/mc-db-populate-minio b/client/qldbtools/bin/mc-db-populate-minio index 3a8652c..d883350 100755 --- a/client/qldbtools/bin/mc-db-populate-minio +++ b/client/qldbtools/bin/mc-db-populate-minio @@ -72,7 +72,6 @@ except S3Error as err: logging.error(f"Error creating bucket: {err}") # Get info from dataframe and push the files -# XX: include CID. for index, row in entries[['owner', 'name', 'CID', 'path']].iterrows(): owner, name, CID, path = row new_name = utils.form_db_bucket_name(owner, name, CID)