mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
server/images: remove debug blob
This commit is contained in:
@ -88,9 +88,6 @@ class Image(object):
|
||||
'Failed to execute ffmpeg command (cli=%r, err=%r)',
|
||||
' '.join(shlex.quote(arg) for arg in cli),
|
||||
err)
|
||||
with open('/tmp/tmp', 'wb') as handle:
|
||||
handle.write(self.content)
|
||||
|
||||
raise errors.ProcessingError(
|
||||
'Error while processing image.\n' + err.decode('utf-8'))
|
||||
return out
|
||||
|
Reference in New Issue
Block a user