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