Skip to content

Commit

Permalink
Missing " in updating singularity image
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Feb 3, 2025
1 parent 2709f31 commit cb7c485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/pegasus_sites.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def add_osg_site(sitecat, cp):
site.add_profiles(Namespace.CONDOR, key="Requirements",
value="(HAS_SINGULARITY =?= TRUE) && "
"(IS_GLIDEIN =?= True)")
cvmfs_loc = '"/cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v2.3.8'
cvmfs_loc = '"/cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el8:v2.3.8"'
# HARCODING IMAGE TO v2.3.8 BECAUSE v2.3.9 WILL NOT WORK WITH THE CURRENT
# PEGASUS RELEASE!
#cvmfs_loc += sing_version + '"'
Expand Down

0 comments on commit cb7c485

Please sign in to comment.