Skip to content

Commit

Permalink
style: ran black on changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Oct 22, 2024
1 parent 7bae0d2 commit 791e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self):
self.port_revision = self.args.tag.split("_", maxsplit=1)[1]

# Allow package to build on systems that no longer have upstream ports support
os.environ['ALLOW_UNSUPPORTED_SYSTEM'] = 'yes'
os.environ["ALLOW_UNSUPPORTED_SYSTEM"] = "yes"

# Run tasks for build mode
if self.args.host:
Expand Down

0 comments on commit 791e453

Please sign in to comment.