mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Remove non-breaking spaces from code
This commit is contained in:
@@ -159,7 +159,7 @@ class Package(SharedAsset):
|
||||
|
||||
def containsDirectory(self, dir):
|
||||
return self.path.parent.parts == dir.parts[:len(self.path.parent.parts)]
|
||||
# dir.startsWith(self.path.parent)
|
||||
# dir.startsWith(self.path.parent)
|
||||
|
||||
# Constructs a list of transitive depedencies of this package.
|
||||
def calculateDependencies(self, packageNameMap):
|
||||
|
||||
Reference in New Issue
Block a user