fix pylint warnings
pylint 1.8.3
This commit is contained in:
@@ -88,6 +88,7 @@ def main():
|
||||
update()
|
||||
ch = cv.waitKey(0)
|
||||
if ch == ord('f'):
|
||||
global cur_func_name
|
||||
if PY3:
|
||||
cur_func_name = next(dist_func_names)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user