From 2af3db9b75c380e554680cc64b39949389d5b25d Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Jan 2020 19:12:20 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 4692fb0..3469472 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -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')