Skip to content

Commit

Permalink
Merge pull request #2278 from ganga-devs/mesmith75-patch-1
Browse files Browse the repository at this point in the history
Update ExeDiracRTHandler.py
  • Loading branch information
mesmith75 committed Feb 6, 2024
2 parents 4155c71 + f3e8068 commit 2f843d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ganga/GangaDirac/Lib/RTHandlers/ExeDiracRTHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def prepare(self, app, appsubconfig, appmasterconfig, jobmasterconfig):


def exe_script_template():
script_template = """#!/usr/bin/env python2
script_template = """#!/usr/bin/env python3
'''Script to run Executable application'''
import sys, os
import subprocess
Expand Down

0 comments on commit 2f843d2

Please sign in to comment.