Python: fix comment

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-10-26 14:28:00 +02:00
parent a4117538ab
commit 50041f07a3

View File

@@ -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