Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jan 13, 2025
1 parent bb8aed2 commit 46d2d31
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 @@ -130,7 +130,7 @@ def compare_zip_contents_bool(collate_object_names, id: int, current_objects: pd
dprint(f'cmp: {cmp}', flush=True)
if not current_objects.empty:
dprint(current_objects['METADATA'])
dprint(f'cmp bool: {current_objects['METADATA'].isin([cmp]).any()}')
dprint(f'cmp bool: {current_objects["METADATA"].isin([cmp]).any()}')
if current_objects['METADATA'].isin([cmp]).any():
existing_zip_contents = current_objects[current_objects['METADATA'].isin([cmp])]['METADATA'].values[0]
dprint(f'existing_zip_contents: {existing_zip_contents}', flush=True)
Expand Down

0 comments on commit 46d2d31

Please sign in to comment.