Skip to content

Commit 36a7b06

Browse files
committed
lil commit
1 parent cc0236b commit 36a7b06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cool_seq_tool/resources/status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ async def check_status(
114114
chain_file_38_to_37=chain_file_38_to_37,
115115
)
116116
except (FileNotFoundError, ChainfileError):
117-
_logger.exception("agct converter setup failed")
117+
_logger.exception("`agct` converter setup failed")
118118
except Exception as e:
119-
_logger.critical("Encountered unexpected error setting up agct: %s", e)
119+
_logger.critical("Encountered unexpected error setting up `agct`: %s", e)
120120
else:
121121
status["liftover"] = True
122122

0 commit comments

Comments
 (0)