Skip to content
Snippets Groups Projects
Commit 2a0fe5c9 authored by John Romein's avatar John Romein
Browse files

BugID: 225

Fixed typo.
parent 7dbf24d5
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ class CS1_Parset(LOFAR_Parset.Parset):
self['Observation.stopTime'] = datetime.datetime.fromtimestamp(start + duration)
def setIntegrationTime(self, integrationTime):
self['OLAP.StorageIntegrationTime'] = integrationTime
self['OLAP.storageIntegrationTime'] = integrationTime
def setMSName(self, msName):
self['Observation.MSNameMask'] = msName
......
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