Skip to content

Commit fe94828

Browse files
committed
Python: Add overlay annotations to AST template
Otherwise these will disappear every time we regenerate the AST.
1 parent 2c79f9d commit fe94828

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/extractor/semmle/query_gen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ def pop_least_value(nodes):
211211
* WARNING: Any modifications to this file will be lost.
212212
* Relations can be changed by modifying master.py.
213213
*/
214+
overlay[local]
215+
module;
214216
'''
215217

216218
def main():

0 commit comments

Comments
 (0)