no message
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user