Skip to content

Add dry-run functionality #66

Description

@egrace479

Set up to be able to run RollCall for a summary of download and issues that may arise:

  • missing or non-unique filenames:
    • For missing filenames, return the data_df.loc[(data_df[filename_col].isna() & (data_df[url_col].notna()))], printed if it's 5 entries or less, otherwise print an error message telling the user where it's saved (see behavior from BuddyCheck for missing images). Remove the -y, so it just prints the error + above behavior.
  • duplicate checksums (addresses the "TODO" question),
  • summary of where images & downsized images will be downloaded
  • logging (see Integrate logging across codebase #64)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions