forked from Wobbl/Bread_Editor
Removed that unnecessary stupid shit.
This commit is contained in:
parent
917d59a139
commit
eb9c22967f
1 changed files with 1 additions and 1 deletions
2
file.py
2
file.py
|
@ -92,7 +92,7 @@ class File:
|
||||||
del self.app.open_files[self.path]
|
del self.app.open_files[self.path]
|
||||||
|
|
||||||
def save(self):
|
def save(self):
|
||||||
oz_string = self.app.open_files[self.path].bit_editor.input.toPlainText()
|
oz_string = self.bit_editor.input.toPlainText()
|
||||||
data = self.app.utils.oz_string_to_bstring(oz_string)
|
data = self.app.utils.oz_string_to_bstring(oz_string)
|
||||||
|
|
||||||
file = open(self.path, "wb")
|
file = open(self.path, "wb")
|
||||||
|
|
Loading…
Reference in a new issue