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.
1 parent 23bf999 commit 311f538Copy full SHA for 311f538
SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/run/AbstractCommandWrapper.java
@@ -206,9 +206,11 @@ private void setPath(ProcessBuilder pb)
206
{
207
String path = System.getenv("PATH");
208
209
- getLogger().debug("Existing PATH: " + path);
210
- getLogger().debug("toolDir: " + toolDir);
211
-
+ if (_logPath)
+ {
+ getLogger().debug("Existing PATH: " + path);
212
+ getLogger().debug("toolDir: " + toolDir);
213
+ }
214
215
if (path == null)
216
0 commit comments