Skip to content

Commit

Permalink
[hotfix][hs] Clarify write access to webJobDir
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Oct 16, 2019
1 parent 41492c4 commit f22f1eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public void run() {
json = convertLegacyJobOverview(json);
target = new File(webOverviewDir, jobID + JSON_FILE_ENDING);
} else {
// this implicitly writes into webJobDir
target = new File(webDir, path + JSON_FILE_ENDING);
}

Expand Down

0 comments on commit f22f1eb

Please sign in to comment.