ganga-devs / ganga

Ganga is an easy-to-use frontend for job definition and management
GNU General Public License v3.0
100 stars 159 forks source link

Syntax warning in Condor wrapper #2379

Open mesmith75 opened 3 months ago

mesmith75 commented 3 months ago
/pool/condor/dir_1069554/./Ganga_0_hammer_weighting_-_2017_MagUp:160: SyntaxWarning: invalid escape sequence '\$'
  wrapperFile.write( 'echo "\${BASH_ENV}: ${BASH_ENV}"\n' )
/pool/condor/dir_1069554/./Ganga_0_hammer_weighting_-_2017_MagUp:163: SyntaxWarning: invalid escape sequence '\$'
  wrapperFile.write( '    echo "*** Warning: \${BASH_ENV} file not found ***"\n' )