BIM: remove filename assignment from tuple #91
Annotations
1 error and 11 warnings
Black (Python)
Process completed with exit code 1.
|
Black (Python):
src/Mod/BIM/bimcommands/BimTDPage.py#L1
would reformat src/Mod/BIM/bimcommands/BimTDPage.py
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L36
Missing class docstring (missing-class-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L51
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L52
Import outside toplevel (PySide.QtCore, PySide.QtGui) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L53
Import outside toplevel (TechDraw) (import-outside-toplevel)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L90
No exception type(s) specified (bare-except)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L89
Use of eval (eval-used)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L97
No exception type(s) specified (bare-except)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L51
Too many branches (13/12) (too-many-branches)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L66
Too many nested blocks (6/5) (too-many-nested-blocks)
|
Pylint:
src/Mod/BIM/bimcommands/BimTDPage.py#L53
Unused import TechDraw (unused-import)
|
Loading