Commit acf91be8 authored by Julien Muchembled's avatar Julien Muchembled

Add note about broken 'wait' option in configuration file

Value must be cast as integer.

The whole configuration part should be reviewed to use argparse
and avoid duplicated code.
parent bc70a753
......@@ -62,6 +62,7 @@ class ConfigurationManager(object):
return self.__get('database')
def getWait(self):
# BUG
return self.__get('wait')
def getDynamicMasterList(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment