Skip to content

Commit

Permalink
conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 committed Apr 23, 2024
2 parents 5f072ea + 8ecf969 commit d1f2f43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ganga/GangaLHCb/Lib/Applications/GaudiExec.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,8 @@ def execCmd(self, cmd):
logger.info('Building inside apptainer: %s' % self.containerLocation)
cmd_to_run = 'apptainer exec --bind $PWD --bind /tmp --bind /cvmfs:/cvmfs:ro '\
+ self.containerLocation + ' bash -c "source ' + cmd_file.name + '"'
print('command to run: ', cmd_to_run)
rc, stdout, stderr = _exec_cmd(cmd_to_run, self.directory)
except:
except BaseException:
logger.error('Failed to build the application inside a container. '
'Perhaps the specified container location is not accessible.')
raise GangaException('Failed to execute make command')
Expand Down

0 comments on commit d1f2f43

Please sign in to comment.