Cleanup: suppress various pylint warnings

This commit is contained in:
Campbell Barton
2025-01-04 21:17:29 +11:00
parent 444f1064c9
commit 5f640457d8
7 changed files with 21 additions and 26 deletions

View File

@@ -51,7 +51,7 @@ def seek(r, txt, recurs):
print(txt + ' -> ' + str(r))
return
if type_r == str:
if type_r is str:
if PRINT_DATA:
print(txt + ' -> "' + str(r) + '"')
return