Comment update
This commit is contained in:
committed by
=Michael Hohn
parent
65cdf9a883
commit
8f151ab002
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user