From 9f88586e17f1d9844208516c07dd3426f74f855d Mon Sep 17 00:00:00 2001 From: Paul Nilsson Date: Mon, 9 Sep 2024 13:33:29 +0200 Subject: [PATCH] Corrected prmon setup --- PILOTVERSION | 2 +- pilot/user/atlas/common.py | 1 - pilot/util/constants.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/PILOTVERSION b/PILOTVERSION index 16383049..4b3244f5 100644 --- a/PILOTVERSION +++ b/PILOTVERSION @@ -1 +1 @@ -3.8.1.65 \ No newline at end of file +3.8.1.66 \ No newline at end of file diff --git a/pilot/user/atlas/common.py b/pilot/user/atlas/common.py index f8325c77..4f114911 100644 --- a/pilot/user/atlas/common.py +++ b/pilot/user/atlas/common.py @@ -2457,7 +2457,6 @@ def get_utility_command_setup(name: str, job: JobData, setup: str = None) -> str job.pid, job.jobid, job.workdir, - setup=job.command, use_container=use_container ) diff --git a/pilot/util/constants.py b/pilot/util/constants.py index 99256a5e..0a4003b3 100644 --- a/pilot/util/constants.py +++ b/pilot/util/constants.py @@ -28,7 +28,7 @@ RELEASE = '3' # released number should be fixed at 3 for Pilot 3 VERSION = '8' # version number is '1' for first release, '0' until then, increased for bigger updates REVISION = '1' # revision number should be reset to '0' for every new version release, increased for small updates -BUILD = '65' # build number should be reset to '1' for every new development cycle +BUILD = '66' # build number should be reset to '1' for every new development cycle SUCCESS = 0 FAILURE = 1