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 8feec9c commit 0140e0cCopy full SHA for 0140e0c
tmc-plugin/src/fi/helsinki/cs/tmc/actions/UpdateExercisesAction.java
@@ -46,6 +46,9 @@ public void actionPerformed(ActionEvent e) {
46
}
47
48
public void run() {
49
+ if (exercisesToUpdate.isEmpty()) {
50
+ return;
51
+ }
52
try {
53
ListenableFuture<List<Exercise>> downloadFuture = core.downloadExercises(exercisesToUpdate,
54
NBTmcSettings.getDefault());
0 commit comments