Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit a2717bf

Browse files
committed
eos cp change
1 parent ad1e517 commit a2717bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,8 +3027,8 @@ def save(self):
30273027
#out.close()
30283028

30293029
## write the information out to disk
3030-
# new_base_eos_dir = 'root://eoscms.cern.ch/'+base_eos_dir
3031-
os.system('eoscp %s/closedout.json %s/closedout.json.last'%(base_eos_dir, base_eos_dir))
3030+
new_base_eos_dir = 'root://eoscms.cern.ch/'+base_eos_dir
3031+
os.system('eoscp %s/closedout.json %s/closedout.json.last'%(new_base_eos_dir, new_base_eos_dir))
30323032

30333033
## merge the content
30343034
try:

0 commit comments

Comments
 (0)