Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 29, 2022
1 parent ee4aae0 commit ffe4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conan/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _with_thrift(self, required=False):

def _with_utf8proc(self, required=False):
if required or self.options.with_utf8proc == "auto":
return self._compute() or self.gandiva
return bool(self._compute() or self.options.gandiva)
else:
return bool(self.options.with_utf8proc)

Expand Down

0 comments on commit ffe4429

Please sign in to comment.