mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 22:35:23 +01:00
fix mescc alias in mes.kaem script
delete --no-auto-compile : useless in this case (MES doesn't compile) delete -- : this starts an interactive scheme session (which is not the case here)
This commit is contained in:
parent
4cde51df49
commit
65c7d78620
2 changed files with 3 additions and 2 deletions
|
|
@ -62,7 +62,8 @@ class SysGeneral:
|
|||
raise Exception(f"Checksum mismatch for file {os.path.basename(file_name)}:\n\
|
||||
expected: {expected_hash}\n\
|
||||
actual: {readable_hash}\n\
|
||||
When in doubt, try deleting the file in question -- it will be downloaded again when running this script the next time")
|
||||
When in doubt, try deleting the file in question -- it will be downloaded again when running \
|
||||
this script the next time")
|
||||
|
||||
raise Exception("File checksum is not yet recorded")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue