Changed _cmp_key
This commit is contained in:
parent
615ea969f8
commit
527bb7abfe
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ def __str__(self):
|
|||
self.platform_os.name + "-" + self.target.name)
|
||||
|
||||
def _cmp_key(self):
|
||||
return (self.platform.name, self.platform_os.name, self.target.name)
|
||||
return (self.platform, self.platform_os, self.target)
|
||||
|
||||
|
||||
def _helper_to_dict(arch_field_dict, arch_field_name, *args):
|
||||
|
|
Loading…
Reference in a new issue