Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2025
1 parent 77078aa commit 388a83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def get_server_python_executable(silent: bool = False):
else:
python = pythons[0]
if not silent:
warnings.warn("Found multiple find servers:\n%s\nWe are assuming the server is running under Python executable: %s" % (info, python))
warnings.warn("Found multiple find servers:\n{}\nWe are assuming the server is running under Python executable: {}".format(info, python))
else:
python = pythons[0]
return python
Expand Down

0 comments on commit 388a83b

Please sign in to comment.