Skip to content

Commit 791e453

Browse files
style: ran black on changed files
1 parent 7bae0d2 commit 791e453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self):
3939
self.port_revision = self.args.tag.split("_", maxsplit=1)[1]
4040

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

4444
# Run tasks for build mode
4545
if self.args.host:

0 commit comments

Comments
 (0)