We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed67aa0 commit e302339Copy full SHA for e302339
1 file changed
pycinema/filters/TextFileReader.py
@@ -24,11 +24,11 @@ def _update(self):
24
p = self.inputs.file.get()
25
26
if not p:
27
- alltext.append('')
+ temptext.append('')
28
29
if not os.path.exists(p):
30
log.error(" file not found: '" + p + "'")
31
32
33
try:
34
with open(p, 'r', encoding='utf-8') as textfile:
0 commit comments