Skip to content
Snippets Groups Projects
Commit 4800a851 authored by Luisa Arrabito's avatar Luisa Arrabito
Browse files

Add check on SE list.

parent f6367fa6
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ def CorsikaSimtelProdExample( args = None ) :
if (len(args)==4):
storage_element = args[3]
if storage_element not in ('CC-IN2P3-Tape','CYF-STORM-Disk','DESY-ZN-Disk'):
print 'Storage element is not valid'
Script.showHelp()
else :
storage_element = 'LUPM-Disk'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment