Comment update

This commit is contained in:
Michael Hohn
2024-07-30 16:08:05 -07:00
committed by =Michael Hohn
parent 65cdf9a883
commit 8f151ab002
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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)