Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Consider newuser backend
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Mar 22, 2021
1 parent d1428bb commit d4e0a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/cernbox_utils/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,7 @@ def get_eos_server_string(backend):
if 'newproject' in backend:
return 'root://%s.cern.ch' % backend.replace('newproject', 'eosproject')

if 'newuser' in backend:
return 'root://%s.cern.ch' % backend.replace('newuser', 'eoshome')

return 'root://%s.cern.ch' % backend

0 comments on commit d4e0a85

Please sign in to comment.