Skip to content

Commit

Permalink
Merge pull request #175 from anup-nehe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aranaravi authored Sep 5, 2023
2 parents 37f1e9c + 4f03be6 commit ea9e226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static String[] readFolderJsonList(String str) {
String contents[] = null;
try {
File directoryPath = new File(TestRunner.getResourcePath() + "/" + "resources" + str);

logger.info("file directory for "+directoryPath);
if (directoryPath.exists()) {

contents = directoryPath.list();
Expand Down

0 comments on commit ea9e226

Please sign in to comment.