Skip to content

Commit

Permalink
don't print cmp
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jan 15, 2025
1 parent 53d147b commit 635d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csd3-side/scripts/lsst-backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def compare_zip_contents_bool(collate_object_names, id: int, current_objects: pd
# dprint(f'current_objects["METADATA"].values[362681][0]: {current_objects["METADATA"].values[362681][0]}', flush=True)
# dprint(f'type current_objects["METADATA"].values[362681][0]: {type(current_objects["METADATA"].values[362681][0])}', flush=True)
cmp = [ x.replace(destination_dir+'/', '') for x in collate_object_names]
dprint(f'cmp: {cmp}', flush=True)
# dprint(f'cmp: {cmp}', flush=True)
dprint(f'len cmp: {len(cmp)}', flush=True)
if not current_objects.empty:
dprint(current_objects['METADATA'], flush=True)
Expand Down

0 comments on commit 635d82b

Please sign in to comment.