We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb4114 commit 6614e03Copy full SHA for 6614e03
python/ql/lib/semmle/python/Module.qll
@@ -197,7 +197,7 @@ private predicate isPotentialPackage(Folder f) {
197
private string moduleNameFromBase(Container file) {
198
// We used to also require `isPotentialPackage(f)` to hold in this case,
199
// but we saw modules not getting resolved because their folder did not
200
- // contain an `__init__.py` file.
+ // contain an `__init__.py` file.
201
//
202
// This makes the folder not be a package but a namespace package instead.
203
// In most cases this is a mistake :| See following links for more details
0 commit comments