Skip to content

Commit

Permalink
fix: returning something
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Dec 19, 2024
1 parent eac3cc2 commit ac2329d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/tests/Utilities/testJobDefinitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def helloWorldJenkins():
J.setInputSandbox([find_all("exe-script.py", os.environ["WORKSPACE"], "DIRAC/tests/Workflow")[0]])
J.setExecutable("exe-script.py", "", "helloWorld.log")
J.setDestination("DIRAC.Jenkins.ch")
return endOfAllJobs(J)


def helloWorld_input():
Expand Down

0 comments on commit ac2329d

Please sign in to comment.