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 a7a06b9 commit 48eeb08Copy full SHA for 48eeb08
tcl/modfind.tcl.in
@@ -2666,8 +2666,7 @@ proc getModules {dir {mod {}} {fetch_mtime 0} {search {}} {filter {}}} {
2666
2667
# if no indepth mode search, pass the depth level of the search query
2668
# unless EMS need to be performed (findModules should fetch everything)
2669
- set depthlvl [expr {$indepth || [isExtraMatchSearchRequired $mod] ? 0 :\
2670
- $querydepth + 1}]
+ set depthlvl [expr {$indepth || $ems_required ? 0 : $querydepth + 1}]
2671
2672
array set found_list [findModules $dir $findmod $depthlvl $fetch_mtime]
2673
}
0 commit comments