Skip to content

Commit

Permalink
Update vsi2tif/src/process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Jan 30, 2025
1 parent 159cd60 commit 124744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsi2tif/src/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def cellsens2tif_single(
if os.path.exists(output_path) and not skip_converted:
cellsens2tif(input_path, output_path, bfconvert, compression, tz, plane, quality, max_mem, verbose)
elif skip_converted:
logging.info("Skipping already converted slide: {}".format(output_path))
logging.info(f"Skipping already converted slide: {output_path}")


@benchmark
Expand Down

0 comments on commit 124744c

Please sign in to comment.