Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3767ce5 commit b2688bbCopy full SHA for b2688bb
1 file changed
python/ql/lib/semmle/python/Module.qll
@@ -195,7 +195,7 @@ private predicate isPotentialPackage(Folder f) {
195
}
196
197
private string moduleNameFromBase(Container file) {
198
- isPotentialPackage(file) and result = file.getBaseName()
+ result = file.getBaseName()
199
or
200
file instanceof File and result = file.getStem()
201
0 commit comments