Skip to content

Commit 8140da3

Browse files
still trsing to fix autodoc
1 parent e421a36 commit 8140da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

display_server_interactions/linux.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
# load libX11.so.6
3131
x11 = ctypes.util.find_library("X11")
32-
if not x11:
33-
raise Exception("X11 library not found!")
32+
# if not x11:
33+
# raise Exception("X11 library not found!")
3434
xlib = ctypes.cdll.LoadLibrary(x11)
3535

3636

0 commit comments

Comments
 (0)