Skip to content

Commit

Permalink
cbuild: add missing b
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jul 23, 2024
1 parent 5d00d4a commit 2845c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbuild/core/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ def setup_reproducible(self):
capture_output=True,
cwd=self.template_path,
)
if tless.stdout.strip() == "true":
if tless.stdout.strip() == b"true":
return

# find whether the template dir has local modifications
Expand Down

0 comments on commit 2845c52

Please sign in to comment.