Make WordCounter return properly
This commit is contained in:
@@ -78,6 +78,6 @@ class WordCounter(QThread):
|
|||||||
self.paraCount += 1
|
self.paraCount += 1
|
||||||
prevEmpty = countPara == False
|
prevEmpty = countPara == False
|
||||||
|
|
||||||
pass
|
return
|
||||||
|
|
||||||
## END Class _WordCounter
|
## END Class WordCounter
|
||||||
|
|||||||
Reference in New Issue
Block a user