Update plugin.py

This commit is contained in:
gutosie
2020-01-07 19:12:20 +02:00
committed by GitHub
parent 0b47527007
commit 2af3db9b75

View File

@@ -1088,9 +1088,10 @@ valign="center" backgroundColor="black" transparent="1" foregroundColor="white"
mess = _('Downloading available only from the image Flash.')
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
else:
out = open('%sImageBoot/.neonextboot', 'w' % getNeoLocation())
out = open('%sImageBoot/.neonextboot' % getNeoLocation() , 'w')
out.write('Flash')
out.close()
message = _('\n\n\n')
message += _('WARNING !: The update brings with it the risk of errors.\n')
message += _('Before upgrading it is recommended that you make a backup NeoBoot.\n')