Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 11, 2023
1 parent acbdd8f commit 46d6258
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ private void translateLegacyIfPresent(Path folderPath) {
e1.printStackTrace();
}

// So we can't save the old config, and we couldn't copy the folder
// But we've loaded the config. So just try to delete the directory, so we don't try to load
// form it next time. That does mean we have no backup recourse, tho
// Delete the directory because we were successfully able to load the config but were unable
// to save or copy the folder.
if (maybeCams.exists()) FileUtils.deleteDirectory(maybeCams.toPath());
}

Expand Down

0 comments on commit 46d6258

Please sign in to comment.