mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-22 01:16:14 +00:00
Merge pull request #1 from x3n0n10/patch-2
Update position_properties.py
This commit is contained in:
@@ -126,7 +126,7 @@ class PositionProperties(object):
|
||||
:param type: The type of this PositionProperties. # noqa: E501
|
||||
:type: str
|
||||
"""
|
||||
allowed_values = ["Estimated", "Acquired", "Estimate", "Aquire"] # noqa: E501
|
||||
allowed_values = ["Estimated", "Acquired", "Estimate", "Acquire"] # noqa: E501
|
||||
if type not in allowed_values:
|
||||
raise ValueError(
|
||||
"Invalid value for `type` ({0}), must be one of {1}" # noqa: E501
|
||||
|
||||
Reference in New Issue
Block a user