diff options
-rw-r--r-- | b4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py index 15c5e7d..4959db0 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -696,7 +696,7 @@ class LoreSeries: return None, None logger.debug('Looking at %s', lmsg.full_subject) lmsg.load_hashes() - if not len(lmsg.blob_indexes): + if not lmsg.blob_indexes: logger.critical('ERROR: some patches do not have indexes') logger.critical(' unable to create a fake-am range') return None, None |