mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1782857 - Lint fix. a=fix. CLOSED TREE
This commit is contained in:
parent
536950b708
commit
c2863c1282
@ -163,7 +163,8 @@ class MozSiteMetadata:
|
||||
and self.site_name == other.site_name
|
||||
and self.mach_site_packages_source == other.mach_site_packages_source
|
||||
# On Windows, execution environment can lead to different cases. Normalize.
|
||||
and Path(self.original_python.python_path) == Path(other.original_python.python_path)
|
||||
and Path(self.original_python.python_path)
|
||||
== Path(other.original_python.python_path)
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user