mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix insufficient disk exception formating in steam cmd
This commit is contained in:
parent
110dd2f112
commit
dbea214d6f
@ -263,8 +263,8 @@ class SteamCMD:
|
||||
# Specifically handle the case of exit code 8, insufficient disk space.
|
||||
if e.returncode == 8:
|
||||
raise SystemError(
|
||||
"""SteamCMD was unable to run due to
|
||||
insufficient disk space. Exit code was 8."""
|
||||
"SteamCMD was unable to run due to"
|
||||
"insufficient disk space. Exit code was 8."
|
||||
) from e
|
||||
|
||||
# Handle other non-zero exit codes with a general error message.
|
||||
|
Loading…
Reference in New Issue
Block a user