From f84379bb332ea65645464bdab560676cb4d299bc Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Tue, 12 Jul 2022 05:52:41 +0000 Subject: [PATCH] Fix error, 2. --- bin/bombshell-client | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/bombshell-client b/bin/bombshell-client index 9689451..5d2eeb2 100755 --- a/bin/bombshell-client +++ b/bin/bombshell-client @@ -333,9 +333,7 @@ def quotedargs(): def main_master(): - set_proc_name( - "bombshell-client (master) %s" % quotedargs()) - ) + set_proc_name("bombshell-client (master) %s" % quotedargs()) global logging logging = LoggingEmu("master") @@ -429,9 +427,7 @@ def pairofpipes(): def main_remote(): - set_proc_name( - "bombshell-client (remote) %s" % quotedargs() - ) + set_proc_name("bombshell-client (remote) %s" % quotedargs()) global logging logging = LoggingEmu("remote")