Skip to content

Commit b7be2f5

Browse files
author
Felicity Chapman
authored
Merge pull request #1625 from taus-semmle/python-fix-commented-out-code-qhelp-include
Python: Fix missing include in `FCommentedOutCode.qhelp`.
2 parents f214f0e + 8c6a4bc commit b7be2f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/Lexical/FCommentedOutCode.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"qhelp.dtd">
44
<qhelp>
55
<include src="CommentedOutCodeMetricOverview.qhelp" />
6-
<include src="CommentedOutCodeCommon.qhelp" />
6+
<include src="CommentedOutCodeExample.qhelp" />
7+
<include src="CommentedOutCodeReferences.qhelp" />
78
</qhelp>

0 commit comments

Comments
 (0)