Closedown
This commit is contained in:
@@ -2419,6 +2419,7 @@ public class TestingList extends Panel {
|
||||
System.out.println("deviceInList:" + deviceInList.getPath());
|
||||
File configFile = new File(deviceInList.getPath() + FilenameUtils.separatorsToSystem("/" + TESTS_CONFIG_FILENAME));
|
||||
if (configFile.exists() && !configFile.isDirectory()) {
|
||||
System.out.println("deviceInList found");
|
||||
InputStream is = new FileInputStream(configFile);
|
||||
propDevice.load(is);
|
||||
is.close();
|
||||
|
||||
Reference in New Issue
Block a user