Commit 3a2476e5 by Bjorn Neergaard

fix: re-black env.py

parent 48da7859
...@@ -470,7 +470,8 @@ class EnvManager: ...@@ -470,7 +470,8 @@ class EnvManager:
try: try:
io.write_line( io.write_line(
"Trying to detect current active python executable as specified in the config.", "Trying to detect current active python executable as specified in the"
" config.",
verbosity=Verbosity.VERBOSE, verbosity=Verbosity.VERBOSE,
) )
executable = decode( executable = decode(
...@@ -484,7 +485,8 @@ class EnvManager: ...@@ -484,7 +485,8 @@ class EnvManager:
io.write_line(f"Found: {executable}", verbosity=Verbosity.VERBOSE) io.write_line(f"Found: {executable}", verbosity=Verbosity.VERBOSE)
except CalledProcessError: except CalledProcessError:
io.write_line( io.write_line(
"Unable to detect the current active python executable. Falling back to default.", "Unable to detect the current active python executable. Falling back to"
" default.",
verbosity=Verbosity.VERBOSE, verbosity=Verbosity.VERBOSE,
) )
return executable return executable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment