We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adff70c + 232b9f8 commit 0a033cfCopy full SHA for 0a033cf
src/conf.py
@@ -14,9 +14,9 @@
14
# You should have received a copy of the GNU General Public License
15
# along with this program. If not, see <http://www.gnu.org/licenses/>.
16
17
-from distutils.spawn import find_executable as which
18
import os
19
from pathlib import Path
+from shutil import which
20
import sys
21
22
from cylc.flow import __version__ as CYLC_VERSION
0 commit comments