Skip to content

Commit

Permalink
some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Oct 8, 2024
1 parent e4af6a3 commit 450db0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iceprod/core/exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ async def convert(self):
print('# set some env vars for expansion', file=f)
print('OS_ARCH=$(/cvmfs/icecube.opensciencegrid.org/py3-v4.3.0/os_arch.sh)', file=f)
print('', file=f)
print('# debugging', file=f)
print('echo "dir contents:"', file=f)
print('ls -al')
print('', file=f)
with scope_env(self.cfgparser, self.task.dataset.config['steering'], logger=self.logger) as globalenv:
task = self.task.get_task_config()
if self.task.task_files:
Expand Down

0 comments on commit 450db0d

Please sign in to comment.