switches should not be considered as a special token in the Config object

This commit is contained in:
Fabio Manganiello 2019-12-04 02:58:45 +01:00
parent fea39b1306
commit 675b690929
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class Config(object):
token == 'logging' or \
token == 'workdir' or \
token == 'device_id' or \
token == 'switches' or \
token == 'environment'
def _read_config_file(self, cfgfile):