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: Args:
startlayer: The first layer to include. startlayer: The first layer to include.
""" """
# pylint: disable=useless-else-on-loop
if startlayer is None: if startlayer is None:
d = self._values d = self._values
else: else: