Fix false-positive check

This commit is contained in:
Florian Bruhin 2014-04-11 19:37:49 +02:00
parent ab31f2a289
commit 65b99dab45

View File

@ -77,6 +77,7 @@ class SettingValue:
Args:
startlayer: The first layer to include.
"""
# pylint: disable=useless-else-on-loop
if startlayer is None:
d = self._values
else: