Skip to content

Commit

Permalink
fixup! pyln: Apply early_opts just like opts in TailableProc
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 23, 2024
1 parent 7cbfe67 commit b6d1a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def __init__(

if self.version >= Version.from_str('v23.11'):
# Starting with v23.11 we ahve the `--developer` flag
self.early_opts = {'--developer': None}
self.early_opts = {'developer': None}

def cleanup(self):
# To force blackhole to exit, disconnect file must be truncated!
Expand Down

0 comments on commit b6d1a2a

Please sign in to comment.