summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-10-02 00:09:33 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-10-02 00:11:41 +0100
commit43c4a949a798607646c685a8056b27cef6aff8d3 (patch)
tree6039af71198b91a4bdebf2f83b8805c6e8b9fa90 /demos
parent553100e44978706d7d0ea7e4b700e97c547aa73e (diff)
downloadghostpdl-43c4a949a798607646c685a8056b27cef6aff8d3.tar.gz
LGTM fixes: 2 more warning suppressions.
Diffstat (limited to 'demos')
-rwxr-xr-xdemos/python/gsapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/python/gsapi.py b/demos/python/gsapi.py
index dbd255753..4d405a5e2 100755
--- a/demos/python/gsapi.py
+++ b/demos/python/gsapi.py
@@ -976,7 +976,7 @@ if 0:
# gsapi_add_fs()
# gsapi_remove_fs()
#
- class gsapi_fs_t(ctypes.Structure):
+ class gsapi_fs_t(ctypes.Structure): # lgtm [py/unreachable-statement]
_fields_ = [
('open_file',
ctypes.CFUNCTYPE(ctypes.c_int,