We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c791de5 + 995fbac commit 7781d39Copy full SHA for 7781d39
src/DIRAC/Core/scripts/dirac_apptainer_exec.py
@@ -100,7 +100,8 @@ def main():
100
gLogger.error(result["Message"])
101
DIRAC.exit(1)
102
if result["Value"][0] != 0:
103
- gLogger.error(result["Value"][2])
+ gLogger.error("Apptainer command failed with exit code", result["Value"][0])
104
+ gLogger.error("Command output:", result["Value"])
105
DIRAC.exit(2)
106
gLogger.notice(result["Value"][1])
107
0 commit comments