Remove pylint annotations and script
This commit is contained in:
@@ -42,7 +42,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user