Skip to content

Commit 471f17f

Browse files
Suggestion: Add missing write permission
Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
1 parent 9436e06 commit 471f17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/grid/node/local/LocalNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,7 @@ private void writeSessionHistoryToFile() {
11941194
sessionHistoryFilePath.get(),
11951195
historyJson.getBytes(),
11961196
StandardOpenOption.CREATE,
1197+
StandardOpenOption.WRITE,
11971198
StandardOpenOption.TRUNCATE_EXISTING);
11981199
} catch (IOException e) {
11991200
LOG.log(Level.WARNING, "Unable to write session history to file", e);

0 commit comments

Comments
 (0)