Skip to content

Commit

Permalink
Update checkkernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Mar 25, 2024
1 parent 3848263 commit 61bf498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/checkkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def checkkernel(contents, output=None):
std_output+=f"Python versions match\n"
md_output+=f"#### SUCCESS: Python versions match; {read_content} -> {notebook_language}\n"
else:
std_output+=f"Python versions don't match\n"
std_output+=f"Python versions don`t match\n"
md_output+=f"> [!CAUTION]\n"
md_output+=f"> ERROR: Different Python versions. {read_content} expected; {notebook_language} received\n"

Expand Down

0 comments on commit 61bf498

Please sign in to comment.