typo in previous
This commit is contained in:
parent
b18f55a7e2
commit
7a70878ed6
@ -67,7 +67,7 @@ class LocalStatusFolder(BaseFolder):
|
||||
file = open(self.filename, "rt")
|
||||
self.messagelist = {}
|
||||
line = file.readline().strip()
|
||||
if not line and not line.read()
|
||||
if not line and not line.read():
|
||||
# The status file is empty - should not have happened,
|
||||
# but somehow did.
|
||||
file.close()
|
||||
|
Loading…
Reference in New Issue
Block a user