This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 898b6bbc2 NO-JIRA: add whitespace to fix PEP 8 formatting issue in
ext_build.py
898b6bbc2 is described below
commit 898b6bbc27aaeccbb6ce22e0d3f56a64f5ce1923
Author: Jiri Daněk <[email protected]>
AuthorDate: Thu Oct 19 15:57:17 2023 +0200
NO-JIRA: add whitespace to fix PEP 8 formatting issue in ext_build.py
---
python/ext_build.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/ext_build.py b/python/ext_build.py
index 7a1284699..b1b39048c 100644
--- a/python/ext_build.py
+++ b/python/ext_build.py
@@ -41,7 +41,7 @@ sources = []
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')):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]