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 18ae468 commit e86ff49Copy full SHA for e86ff49
utils/gyb.py
@@ -559,7 +559,7 @@ class ExecutionContext(object):
559
def __init__(self, line_directive=_default_line_directive,
560
**local_bindings):
561
self.local_bindings = local_bindings
562
- self.line_directive = '// ###sourceLocation' if line_directive is None else line_directive
+ self.line_directive = line_directive
563
self.local_bindings['__context__'] = self
564
self.result_text = []
565
self.last_file_line = None
0 commit comments