From 04550a91cc6cf4ce901fc1dbbf5dfc5ffb18135d Mon Sep 17 00:00:00 2001 From: Tom Runting Date: Thu, 30 Apr 2026 16:45:59 +0100 Subject: [PATCH 1/2] Move away from vols --- condor_stat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/condor_stat.py b/condor_stat.py index dcfd2e3..ae9ee13 100755 --- a/condor_stat.py +++ b/condor_stat.py @@ -1,4 +1,4 @@ -#! /vols/cms/tr1123/condor_tools/env/bin/python +#! /home/hep/tr1123/.local/share/condor_tools/env/bin/python """Entry point script for condor_stat""" from condor_tools.condor_tools import main From c35b0ea4d770f2b356293cc65709a18772f12bf2 Mon Sep 17 00:00:00 2001 From: Tom Runting Date: Thu, 30 Apr 2026 16:51:27 +0100 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f1d3a7..e2b92dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "condor_tools" -version = "1.1.3" +version = "1.1.4" description = "A collection of tools for working with Condor jobs and data." requires-python = ">=3.9,<3.10" authors = [{name = "Tom Runting", email = "thomas.runting@cern.ch"}]