We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b354901 commit 5252e4cCopy full SHA for 5252e4c
libvin/epa.py
@@ -54,6 +54,8 @@ def id(self):
54
'''
55
EPA id for this vehicle.
56
57
+ # FIXME: If we don't know which trim exactly, just pick the
58
+ # first one. We're guessing anyway, what with the fuzzy matching and all...
59
return self.__ids[0]
60
61
@property
0 commit comments