pylint3 cleanup of (most) post processors

This commit is contained in:
Markus Lampert
2019-07-09 21:12:46 -07:00
parent 861432cfa3
commit fb0a5c8fa5
15 changed files with 76 additions and 84 deletions

View File

@@ -41,6 +41,7 @@ if open.__module__ in ['__builtin__','io']:
def export(objectslist, filename,argstring):
"called when freecad exports a list of objects"
# pylint: disable=unused-argument
if len(objectslist) > 1:
print("This script is unable to write more than one Path object")
return