Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Mar 27, 2023
1 parent 249dadd commit abdeb13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psutil/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ def attempt(exe):
# for the base python executable to know about the environment
env["__PYVENV_LAUNCHER__"] = sys.executable
return base, env
if GITHUB_ACTIONS:
elif GITHUB_ACTIONS:
return sys.executable, env
if MACOS:
elif MACOS:
exe = \
attempt(sys.executable) or \
attempt(os.path.realpath(sys.executable)) or \
Expand Down

0 comments on commit abdeb13

Please sign in to comment.