mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] Fixed building when commit message contained certain characters
This commit is contained in:
parent
bfd501dd8a
commit
b68d4a4be0
@ -226,7 +226,7 @@ if __name__ == "__main__":
|
||||
if (args.git):
|
||||
update_info += args.git
|
||||
print(update_info)
|
||||
update.add_update_info(update_info.encode())
|
||||
update.add_update_info(update_info.encode(errors='replace'))
|
||||
|
||||
if (args.mcu):
|
||||
with open(args.mcu, 'rb+') as f:
|
||||
|
Loading…
Reference in New Issue
Block a user