Skip to content

Commit

Permalink
re-align call to sum-buddy with its updated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
egrace479 authored Oct 2, 2024
1 parent 573e603 commit 84cdc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cautiousrobot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def main():
# then verify the download if checksums in source CSV
checksum_path = metadata_path + "_checksums.csv"
try:
get_checksums(input_directory = img_dir, output_filepath = checksum_path, algorithm = args.checksum_algorithm)
get_checksums(input_path = img_dir, output_filepath = checksum_path, algorithm = args.checksum_algorithm)

# verify numbers
checksum_df = pd.read_csv(checksum_path, low_memory = False)
Expand Down

0 comments on commit 84cdc4d

Please sign in to comment.