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

renamed read controlfile function

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