From 17bc70c26e5eaa284472d9e763a2c0a13c73add5 Mon Sep 17 00:00:00 2001 From: mesmith75 Date: Tue, 23 Apr 2024 14:38:00 +0000 Subject: [PATCH] autopep8 action fixes --- ganga/GangaLHCb/Lib/Applications/GaudiExec.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ganga/GangaLHCb/Lib/Applications/GaudiExec.py b/ganga/GangaLHCb/Lib/Applications/GaudiExec.py index aae0a544f6..3ed2e83ad6 100755 --- a/ganga/GangaLHCb/Lib/Applications/GaudiExec.py +++ b/ganga/GangaLHCb/Lib/Applications/GaudiExec.py @@ -195,9 +195,9 @@ class GaudiExec(IPrepareApp): 'nMakeCores': SimpleItem(defvalue=1, doc='Number of cores to be provided via the "-j" option to the "make" command'\ 'when building the ganga-input-sandbox'), - 'apptainerBuild': SimpleItem(defvalue=False, doc="Run the build command in apptainer"), + 'useApptainer': SimpleItem(defvalue=False, doc="Run the commands in apptainer"), 'containerLocation': SimpleItem(defvalue='/cvmfs/cernvm-prod.cern.ch/cvm4', - doc='Where is the container to use for the build located'), + doc='Where is the container to use for the build located'), # Prepared job object 'is_prepared': SimpleItem(defvalue=None, strict_sequence=0, visitable=1, copyable=1, hidden=0, typelist=[None, ShareDir], protected=0, comparable=1,