We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6751d9e commit c352090Copy full SHA for c352090
tmc-plugin/src/fi/helsinki/cs/tmc/actions/DownloadExercisesAction.java
@@ -56,8 +56,6 @@ public void onSuccess(List<Exercise> downloadedExercises) {
56
for (Exercise exercise : downloadedExercises) {
57
TmcProjectInfo info = projectMediator.tryGetProjectForExercise(exercise);
58
if (info == null) {
59
- dialogs.displayError(
60
- "Could not find exercise " + exercise.getName() + " from the filesystem");
61
continue;
62
}
63
projects.add(info);
0 commit comments