Skip to content

Commit 9485bc7

Browse files
committed
fix: warn->verbose message when the executable is not local
1 parent c4ce62e commit 9485bc7

File tree

1 file changed

+1
-1
lines changed
  • src/DIRAC/Interfaces/API

1 file changed

+1
-1
lines changed

src/DIRAC/Interfaces/API/Job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def setExecutable(self, executable, arguments="", logFile="", modulesList=None,
128128
self.addToInputSandbox.append(executable)
129129
logName = f"{os.path.basename(executable)}.log"
130130
else:
131-
self.log.warn("The executable code could not be found locally")
131+
self.log.verbose("The executable code is not local")
132132
logName = "CodeOutput.log"
133133

134134
self.stepCount += 1

0 commit comments

Comments
 (0)