mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Python: fix comment
This commit is contained in:
@@ -261,8 +261,8 @@ private predicate isNameSpacePackage(Folder f, string name) {
|
||||
.getName()
|
||||
.regexpReplaceAll("\\..*", "") and
|
||||
name != "" and
|
||||
// no siblibling regular package
|
||||
// no sibling module
|
||||
// no sibling regular package
|
||||
// and no sibling module
|
||||
not exists(Folder sibling | sibling.getParent() = f.getParent() |
|
||||
isRegularPackage(sibling.getFolder(name), name)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user