Fem: Add preference entry to set Netgen log verbosity #330
Annotations
1 error and 13 warnings
Black (Python)
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Black (Python):
src/Mod/Fem/InitGui.py#L1
would reformat src/Mod/Fem/InitGui.py
|
Black (Python):
src/Mod/Fem/femmesh/netgentools.py#L1
would reformat src/Mod/Fem/femmesh/netgentools.py
|
Pylint:
src/Mod/Fem/InitGui.py#L69
Missing function or method docstring (missing-function-docstring)
|
Pylint:
src/Mod/Fem/InitGui.py#L71
Import outside toplevel (Fem) (import-outside-toplevel)
|
Pylint:
src/Mod/Fem/InitGui.py#L72
Import outside toplevel (FemGui) (import-outside-toplevel)
|
Pylint:
src/Mod/Fem/InitGui.py#L73
Import outside toplevel (femcommands.commands) (import-outside-toplevel)
|
Pylint:
src/Mod/Fem/InitGui.py#L74
Import outside toplevel (fempreferencepages) (import-outside-toplevel)
|
Pylint:
src/Mod/Fem/InitGui.py#L79
Statement seems to have no effect (pointless-statement)
|
Pylint:
src/Mod/Fem/InitGui.py#L79
The if expression can be replaced with 'not test' (simplifiable-if-expression)
|
Pylint:
src/Mod/Fem/InitGui.py#L80
Statement seems to have no effect (pointless-statement)
|
Pylint:
src/Mod/Fem/InitGui.py#L80
The if expression can be replaced with 'not test' (simplifiable-if-expression)
|
Pylint:
src/Mod/Fem/InitGui.py#L81
Statement seems to have no effect (pointless-statement)
|
Loading