From 769a984e20aeb0c7a5f87549bc40c99970522b92 Mon Sep 17 00:00:00 2001 From: mesmith75 Date: Sat, 9 Dec 2023 17:54:42 +0000 Subject: [PATCH] autopep8 action fixes --- ganga/GangaCore/Utility/execute.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ganga/GangaCore/Utility/execute.py b/ganga/GangaCore/Utility/execute.py index dd41604659..72378e8fa3 100644 --- a/ganga/GangaCore/Utility/execute.py +++ b/ganga/GangaCore/Utility/execute.py @@ -168,6 +168,8 @@ def execute(command, # note the exec gets around the problem of indent and base64 gets # around the \n command_update, env_file_pipes = env_update_script() + print('scripted, ', command_update) + print('command: ', command) command += ''';python -c "import base64;exec(base64.b64decode(%s))"''' % base64.b64encode( command_update.encode("utf-8"))