Skip to content

Commit

Permalink
Update execute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Dec 9, 2023
1 parent 769a984 commit 486a706
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ganga/GangaCore/Utility/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ 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"))

Expand Down

0 comments on commit 486a706

Please sign in to comment.