We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c3902 commit e8917f7Copy full SHA for e8917f7
mss/linux.py
@@ -151,7 +151,7 @@ def _set_argtypes(self):
151
def _set_restypes(self):
152
''' Functions return type. '''
153
154
- def validate(value, func, args):
+ def validate(value, _, args):
155
''' Validate the returned value of xrandr.XRRGetScreenResources().
156
We can end on a segfault if not:
157
Xlib: extension "RANDR" missing on display "...".
0 commit comments