Skip to content

Commit

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

Expand Down

0 comments on commit 769a984

Please sign in to comment.