Migliorata la gestione del file temporaneo
This commit is contained in:
parent
e8566d829d
commit
eb6aa5f773
@ -144,8 +144,8 @@ class applicazione(tkinter.Frame):
|
|||||||
|
|
||||||
#copia il file nel buffer
|
#copia il file nel buffer
|
||||||
def aggiorna(self):
|
def aggiorna(self):
|
||||||
self.temp.close()
|
self.temp.seek(0)
|
||||||
self.temp = tempfile.TemporaryFile(mode="w+t")
|
self.temp.truncate()
|
||||||
if self.file != "":
|
if self.file != "":
|
||||||
with open(self.file) as testo:
|
with open(self.file) as testo:
|
||||||
self.temp.write(testo.read())
|
self.temp.write(testo.read())
|
||||||
|
Loading…
Reference in New Issue
Block a user