Skip to content

Commit

Permalink
fixing typo #13946 #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 20, 2024
1 parent 4733092 commit 97d72bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_config/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def generateToolTemplates(toolDir, toolPaths):
stdout, stderr = p.communicate()
if p.returncode:
print("Cannot generate tool template for %s: '%s'." % (toolName, stderr), file=sys.stderr)
result += '""''),\n'
result += '""'
else:
result += formatToolTemplate(stdout)
result += '),\n'
Expand Down

0 comments on commit 97d72bb

Please sign in to comment.