-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Describe the bug
Many local variables have names like MyVariable or sth like that, but the naming conventions of python say: my_variable
Most of the functions and methods also are not named like this: def my_function_is_great()
To Reproduce
- for example GenericTelemetry.py line 59
- a method example: GenericTelemetry.py line 53
Expected behavior
A clear and concise description of what you expected to happen.
Code snips
def displayTelemetryItem(self, datagram, tlmIndex, labelField, valueField):TlmField1 = tlmItemFormat[tlmIndex]
Additional context
https://www.python.org/dev/peps/pep-0008/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request