Skip to content

Commit e302339

Browse files
committed
minor update
1 parent ed67aa0 commit e302339

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pycinema/filters/TextFileReader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def _update(self):
2424
p = self.inputs.file.get()
2525

2626
if not p:
27-
alltext.append('')
27+
temptext.append('')
2828

2929
if not os.path.exists(p):
3030
log.error(" file not found: '" + p + "'")
31-
alltext.append('')
31+
temptext.append('')
3232

3333
try:
3434
with open(p, 'r', encoding='utf-8') as textfile:

0 commit comments

Comments
 (0)