Skip to content

Commit

Permalink
fixup: move star argument
Browse files Browse the repository at this point in the history
Co-Authored-By: Sjors <sjors@sprovoost.nl>
  • Loading branch information
MarcoFalke and Sjors committed Feb 19, 2019
1 parent 2cb2f54 commit b828ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/test_node.py
Expand Up @@ -172,7 +172,7 @@ def __getattr__(self, name):
assert self.rpc_connected and self.rpc is not None, self._node_msg("Error: no RPC connection")
return getattr(self.rpc, name)

def start(self, extra_args=None, cwd=None, stdout=None, stderr=None, **kwargs):
def start(self, extra_args=None, *, cwd=None, stdout=None, stderr=None, **kwargs):
"""Start the node."""
if extra_args is None:
extra_args = self.extra_args
Expand Down

0 comments on commit b828ff7

Please sign in to comment.