Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3371
blob4e36ec8653f2c3f2dd12a8a03f42ebd9ba0b82db
1 Title: Be compatible to old site=None setting read from hosts.mk
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.4.0i1
8 Date: 1459951352
10 Old WATO versions saved the site attribute with a value of None which
11 is not allowed in current WATO versions. Either the key has to be missing
12 when no specific site is configured or the key has to be missing. Cleaned
13 this up.
15 Fixed exception: TypeError (cannot concatenate 'str' and 'NoneType' objects)