Closedown

This commit is contained in:
boccioli_m
2018-03-20 10:08:06 +01:00
parent 2c9426a010
commit cab546ee47
2 changed files with 3 additions and 2 deletions

View File

@@ -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();