Skip to content
Snippets Groups Projects
Commit 5c0a5787 authored by Anne Philipp's avatar Anne Philipp
Browse files

renamed read controlfile function

parent 092aaf1b
No related branches found
No related tags found
No related merge requests found
...@@ -164,11 +164,11 @@ class ControlFile(object): ...@@ -164,11 +164,11 @@ class ControlFile(object):
'ectrans', 'debug', 'request', 'public', 'purefc', 'ectrans', 'debug', 'request', 'public', 'purefc',
'rrint'] 'rrint']
self.__read_controlfile__() self._read_controlfile()
return return
def __read_controlfile__(self): def _read_controlfile(self):
'''Read CONTROL file and assign all CONTROL file variables. '''Read CONTROL file and assign all CONTROL file variables.
Parameters Parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment