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 f7feb34 commit 3be5c76Copy full SHA for 3be5c76
elixir/filters/cpppathinc.py
@@ -40,7 +40,7 @@ def replace_cpppathinc(m):
40
w = self.cpppathinc[decode_number(m.group(1)) - 1]
41
for p in self.prefix_path:
42
path = f'/%s/{ w }' % p
43
- if ctx.query.query('exist', ctx.tag, path):
+ if ctx.query.file_exists(ctx.tag, path):
44
return f'<a href="{ ctx.get_absolute_source_url(path) }">{ w }</a>'
45
return w
46
0 commit comments