no message

This commit is contained in:
2024-10-08 15:32:39 +03:00
parent 18ceb04325
commit e7939713e7
24 changed files with 82 additions and 155 deletions

View File

@@ -691,7 +691,7 @@ public class db_project_info extends DBObject {
Utils.forceDeleteWithCheck(file);
}
public void CreateInterruptFile() throws Exception {
FileUtils.write(getInterruptFile(), Current.mode.toString());
FileUtils.write(getInterruptFile(), CommonUtils.mode.toString());
}
public void AppendScenario(String line_in) {
Scenario += (line_in + "\n");