Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/exodus_bundler/launchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
import re
import tempfile
from distutils.spawn import find_executable as find_executable_original
from shutil import which as find_executable_original
from subprocess import PIPE
from subprocess import Popen

Expand Down