Skip to content
Snippets Groups Projects
Commit e18098b4 authored by Martin Gels's avatar Martin Gels
Browse files

Bug 1005: Oeps, wrong place

parent 283aa237
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,8 @@ def doObservation(obsID, parset):
sys.exit(1)
sectionTable = dict({\
'InputSection': InputSection(parset, list003),
#'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition),
#'StorageSection': StorageSection(parset, listfen)
'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition),
'StorageSection': StorageSection(parset, listfen)
#Flagger(parset, listfen)
})
......
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