m. polinsky
commited on
Commit
•
0c5a91f
1
Parent(s):
e517ab1
typo
Browse files- digestor.py +1 -1
digestor.py
CHANGED
@@ -191,7 +191,7 @@ class Digestor:
|
|
191 |
print("Summarization error, repeating...")
|
192 |
print(e)
|
193 |
repeat+=1
|
194 |
-
if
|
195 |
collection_bin.append(summarized_chunk)
|
196 |
return collection_bin
|
197 |
|
|
|
191 |
print("Summarization error, repeating...")
|
192 |
print(e)
|
193 |
repeat+=1
|
194 |
+
if summarized_chunk is not None:
|
195 |
collection_bin.append(summarized_chunk)
|
196 |
return collection_bin
|
197 |
|