Skip to content

Commit 2516f94

Browse files
Move to subfolder
1 parent 34317d2 commit 2516f94

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

python/ql/src/Classes/SubclassShadowing.qhelp renamed to python/ql/src/Classes/SubclassShadowing/SubclassShadowing.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In the following example, the <code>_foo</code> attribute of class <code>A</code
2626
Calls to <code>B()._foo()</code> will result in a <code>TypeError</code>, as <code>3</code> will be called instead.
2727
</p>
2828

29-
<sample src="examples/SubclassShadowing.py" />
29+
<sample src="examples/SubclassShadowingGood.py" />
3030

3131
<p>
3232
In the following example...
File renamed without changes.

python/ql/src/Classes/SubclassShadowing.py renamed to python/ql/src/Classes/SubclassShadowing/examples/SubclassShadowingGood.py

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
query: Classes/SubclassShadowing.ql
1+
query: Classes/SubclassShadowing/SubclassShadowing.ql
22
postprocess: utils/test/InlineExpectationsTestQuery.ql

0 commit comments

Comments
 (0)