diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index a7328f7..5ab1fee 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3523,7 +3523,7 @@ class _Feed(object): self.i = 0 def __len__(self): - return len(self.items) + return self.length def check(self, token): """Check if the next token is 'token'. If so, remove it from the token |
