Skip to content

Commit c772b46

Browse files
Link to README in tmp directory message
1 parent 44d031f commit c772b46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/glencoesoftware/bioformats2raw/Converter.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,9 @@ public Integer call() throws Exception {
12151215
boolean success = tmpdirCheck.setExecutable(true);
12161216
if (!success || !tmpdirCheck.canExecute()) {
12171217
String msg = System.getProperty("java.io.tmpdir") +
1218-
" is noexec; fix it or specify a different java.io.tmpdir";
1218+
" is noexec; fix it or specify a different java.io.tmpdir." +
1219+
" See https://github.com/glencoesoftware/bioformats2raw/" +
1220+
"blob/master/README.md#temporary-directory-usage for details";
12191221
if (getWarnNoExec()) {
12201222
LOGGER.warn(msg);
12211223
}

0 commit comments

Comments
 (0)