запись результатов в один файл json
This commit is contained in:
@@ -44,8 +44,10 @@ public abstract class ThreadsPlanner {
|
||||
} catch (Exception exception) {
|
||||
Global.Log.PrintException(exception);
|
||||
}
|
||||
Global.Log.Print("Planner finished");
|
||||
finalize();
|
||||
finally {
|
||||
Global.Log.Print("Planner finished");
|
||||
finalize();
|
||||
}
|
||||
}
|
||||
public void Interrupt() throws Exception {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user