Skip to content

Commit

Permalink
small tsv formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonjacobs1 committed Dec 4, 2023
1 parent 8943838 commit 3653ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion histoqc/SaveModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def saveAssociatedImage(s, key:str, dim:int):
osh = s["os_handle"]

if not key in osh.associated_images:
message = f"{s['filename']}- \tsave{key.capitalize()} Can't Read '{key}' Image from Slide's Associated Images"
message = f"{s['filename']}- save{key.capitalize()} Can't Read '{key}' Image from Slide's Associated Images"
logging.warning(message)
s["warnings"].append(message)
return
Expand Down

0 comments on commit 3653ffb

Please sign in to comment.