Skip to content

Commit dbe9e3e

Browse files
author
Felix Igelbrink
committed
removed non existing variable
1 parent a768673 commit dbe9e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optix/sutil/gl_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class GLDisplay:
4949
'_quad_vertex_buffer', '_image_format']
5050

5151
def __init__(self, image_format):
52-
assert isinstance(image_format, BufferImageFormat), type(fmt)
52+
assert isinstance(image_format, BufferImageFormat)
5353

5454
vertex_array = gl.glGenVertexArrays(1)
5555
gl.glBindVertexArray(vertex_array)

0 commit comments

Comments
 (0)