Skip to content

Commit

Permalink
oeps regression issue cause by previous push
Browse files Browse the repository at this point in the history
  • Loading branch information
jantje committed Feb 7, 2021
1 parent 6c1a4b8 commit 6d7db91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions io.sloeber.core/src/io/sloeber/core/api/SloeberProject.java
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,8 @@ private boolean readConfigFromFiles() {
*/
private boolean readConfigFromCDT(ICProjectDescription prjCDesc, boolean prjDescWritable) {
boolean foundAValidConfig = false;
// Maybe this is a old Sloeber project with the data in the eclipse build
// Check if this is a old Sloeber project with the data in the eclipse build
// environment variables
myNeedToPersist = true;
myNeedsClean = true;
for (ICConfigurationDescription confDesc : prjCDesc.getConfigurations()) {

BoardDescription boardDesc = BoardDescription.getFromCDT(confDesc);
Expand Down

0 comments on commit 6d7db91

Please sign in to comment.