Skip to content

Commit 165e9aa

Browse files
committed
formatting test with minor change in python file (in a comment)
1 parent 5aa4204 commit 165e9aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
javadist: ['adopt']
5656
test_mode: [env, noenv, federated]
5757

58-
name: ${{ matrix.os }} Java ${{ matrix.java }} ${{ matrix.javadist }} Python ${{ matrix.python-version }}
58+
name: ${{ matrix.os }} Java ${{ matrix.java }} ${{ matrix.javadist }} Python ${{ matrix.python-version }}/ ${{ matrix.test_mode}}
5959
steps:
6060
- name: Checkout Repository
6161
uses: actions/checkout@v4

src/main/python/systemds/context/systemds_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ class DynamicStderrHandler(logging.StreamHandler):
820820
def __init__(self, level=logging.NOTSET, formatter=None):
821821
# Avoid setting stream directly to sys.stderr, we will do that dynamically
822822
# For more info see test case: tests/basics/test_context_creation/test_random_port_debug3
823-
# where we redirect the err channel in between different contexts
823+
# where we redirect the err channel between different contexts
824824
super().__init__(stream=None)
825825
self.setLevel(level)
826826
if formatter:

0 commit comments

Comments
 (0)