Coerce advice to a string in ChecksumMismatchError
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c71002a4a3
commit
9f6a16eccd
@ -173,6 +173,6 @@ class ChecksumMismatchError < RuntimeError
|
||||
end
|
||||
|
||||
def to_s
|
||||
super + advice
|
||||
super + advice.to_s
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user