diff options
Diffstat (limited to 'megapixels/commands/msc/count.py')
| -rw-r--r-- | megapixels/commands/msc/count.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/msc/count.py b/megapixels/commands/msc/count.py index 3c242bc6..4a92170a 100644 --- a/megapixels/commands/msc/count.py +++ b/megapixels/commands/msc/count.py @@ -118,6 +118,6 @@ def cli(ctx, opt_fp_in, opt_fp_out, opt_slice, opt_force): df = pd.DataFrame.from_dict(malta_images) fp_out = opt_fp_out.replace('.csv', '_images_malta.csv') df.to_csv(fp_out, index=False) - total = len(malta) + total = len(malta_images) log.debug(f'wrote {fp_out}') log.debug(f'Found {total:,} malta embassy images')
\ No newline at end of file |
