mirror of
https://github.com/OPSnet/eac_logchecker.py.git
synced 2026-01-16 23:05:35 -05:00
Added final empty line for generated logs
This commit is contained in:
2
eac.py
2
eac.py
@@ -207,7 +207,7 @@ if __name__ == '__main__':
|
||||
if version <= CHECKSUM_MIN_VERSION:
|
||||
raise ValueError('EAC version is too old to be signed')
|
||||
|
||||
data += f'\r\n\r\n==== Log checksum {actual_signature} ===='
|
||||
data += f'\r\n\r\n==== Log checksum {actual_signature} ====\r\n'
|
||||
|
||||
sys.stdout.buffer.write(data.encode('utf-16'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user