Skip to content

Commit 08f1644

Browse files
author
jan
committed
#1183 seems there is a space at the end of the string
1 parent 5889ffb commit 08f1644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/managers/WorkAround.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ static synchronized public File MakeBoardsSloeberTxt(File requestedFileToWorkAro
102102
} catch (Exception e) {
103103
// ignore and delete the file
104104
}
105-
if (!FIRST_SLOEBER_WORKAROUND_LINE.equals(firstLine)) {
105+
if (!FIRST_SLOEBER_WORKAROUND_LINE.equals(firstLine.trim())) {
106106
boardsSloeberTXT.delete();
107107
}
108108
}

0 commit comments

Comments
 (0)