Init form config so it can raise errors about problems

pull/7/head
Ferry Boender 9 years ago
parent b0232b9e57
commit eaf42d7d67
  1. 1
      src/scriptform.py

@ -170,6 +170,7 @@ class ScriptForm:
self.callbacks = {}
self.basepath = os.path.realpath(os.path.dirname(config_file))
self.log = logging.getLogger('SCRIPTFORM')
self.get_form_config() # Init form config so it can raise errors about problems.
self.websrv = None
def get_form_config(self):

Loading…
Cancel
Save