Skip to content

Commit

Permalink
Link to README in tmp directory message
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Jul 19, 2024
1 parent 44d031f commit c772b46
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,9 @@ public Integer call() throws Exception {
boolean success = tmpdirCheck.setExecutable(true);
if (!success || !tmpdirCheck.canExecute()) {
String msg = System.getProperty("java.io.tmpdir") +
" is noexec; fix it or specify a different java.io.tmpdir";
" is noexec; fix it or specify a different java.io.tmpdir." +
" See https://github.com/glencoesoftware/bioformats2raw/" +
"blob/master/README.md#temporary-directory-usage for details";
if (getWarnNoExec()) {
LOGGER.warn(msg);
}
Expand Down

0 comments on commit c772b46

Please sign in to comment.