Skip to content

Commit

Permalink
Fix reversed conditional in recent change
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 6, 2019
1 parent 8d6bbbc commit 241ccb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class XapianCodeSnippet(CodeBlock):
option_spec = { }

def run(self):
if highlight_language in self.arguments:
if highlight_language not in self.arguments:
return []
return super(XapianCodeSnippet, self).run()

Expand Down

0 comments on commit 241ccb5

Please sign in to comment.