We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2f755 commit 6b8d108Copy full SHA for 6b8d108
src/adaup/commands/cardano_node.py
@@ -56,4 +56,4 @@ def start(node_version="10.4.1", network="mainnet"):
56
]
57
[print(x) for x in cmd]
58
# Replace the current process with the Cardano node command
59
- exec(cmd)
+ os.execv(cmd[0], cmd)
0 commit comments