Skip to content

Commit

Permalink
identation fail
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 19, 2024
1 parent 2dadd67 commit 0f31fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xpra/codecs/jpeg/decoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def selftest(full=False):
assert v is not None
except:
pass
else:
raise RuntimeError("should not be able to decompress incomplete data, but got %s" % v)
else:
raise RuntimeError("should not be able to decompress incomplete data, but got %s" % v)
finally:
pass

0 comments on commit 0f31fa5

Please sign in to comment.