Skip to content

Commit

Permalink
NO-JIRA: add whitespace to fix PEP 8 formatting issue in ext_build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored and astitcher committed Oct 19, 2023
1 parent 47c0a03 commit 898b6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ext_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
extra = []
libraries = []
for root, dirs, files in os.walk(proton_core_src):
dirs.sort() # needed for os.walk to process directories in deterministic order
dirs.sort() # needed for os.walk to process directories in deterministic order
files.sort()
for file_ in files:
if file_.endswith(('.c', '.cpp')):
Expand Down

0 comments on commit 898b6bb

Please sign in to comment.