Skip to content

Commit

Permalink
Mark currently not used parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Dec 3, 2024
1 parent 301f75e commit cc9a2d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gallia/commands/scan/uds/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ class ServicesScannerConfig(UDSScannerConfig):
False, description="check current session; only takes affect if --sessions is given"
)
scan_response_ids: bool = Field(False, description="Include IDs in scan with reply flag set")
auto_reset: bool = Field(False, description="Reset ECU with UDS ECU Reset before every request")
auto_reset: bool = Field(
False, description="Reset ECU with UDS ECU Reset before every request"
) # FIXME: Currently not in use
skip: Ranges2D = Field(
{},
metavar="SESSION_ID:ID",
Expand Down

0 comments on commit cc9a2d4

Please sign in to comment.