Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmantill committed Jan 14, 2021
1 parent 10e1727 commit db8057d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CondorHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
if options.inputs != '':
commands.append("tar czvf tarball.tgz "+options.inputs)

import os
os.sys('mkdir -p condor/logs/')
os.sys('mkdir -p logs/')
commands.append('mkdir -p condor/logs/')
commands.append('mkdir -p logs/')

# Make JDL from template
timestr = time.strftime("%Y%m%d-%H%M%S")
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Modify username in `condor/run_bstar.sh` e.g.:
root://cmseos.fnal.gov//store/user/cmantill/bstar_select_tau21/
```

```
eosmkdir /store/user/$USER/bstar_select_tau21
```

Testing one
```
python CondorHelper.py -r condor/run_bstar.sh -a test_args.txt -i "bs_select.py bstar.cc bstar_config.json helpers.py"
Expand Down
2 changes: 1 addition & 1 deletion condor/run_bstar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ cd ../BstarToTW_CMSDAS2021
echo python bs_select.py $*
python bs_select.py $*

xrdcp Presel_*.root root://cmseos.fnal.gov//store/user/cmantill/bstar_select_tau21/
xrdcp Presel_*.root root://cmseos.fnal.gov//store/user/$USER/bstar_select_tau21/

0 comments on commit db8057d

Please sign in to comment.