File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/python/systemds/context Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments