From 59ea4c82681bac44edb1fb9c0809dee8e80754fc Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 15 Dec 2025 13:45:47 +0000 Subject: [PATCH] Make sure we use the venv for the Yum spider. --- tools/ftp/spider_yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ftp/spider_yum.py b/tools/ftp/spider_yum.py index 1b44e681..47d7a267 100755 --- a/tools/ftp/spider_yum.py +++ b/tools/ftp/spider_yum.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/share/python3/pginfra-virtualenv-yum-spider/bin/python3 import argparse import sys import os -- 2.39.5