mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-22 01:25:34 -07:00
Fix Acer sign-on blank spaces
This commit is contained in:
@@ -285,7 +285,7 @@ class AcerAnalyzer(Analyzer):
|
||||
if signon:
|
||||
if self.signon:
|
||||
self.signon += '\n'
|
||||
self.signon = signon
|
||||
self.signon = signon.strip()
|
||||
|
||||
# Read version on the next line.
|
||||
self._trap_version = True
|
||||
|
||||
Reference in New Issue
Block a user