Skip to content

Commit

Permalink
Fixes #289.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Sep 17, 2016
1 parent 55f3ed2 commit 0bd1a45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ public boolean accept(File pathname) {
return pathname.isDirectory();
}
});
if (subDirs == null) {
return null;
}

for (File dir: subDirs) {
File srcFileName = new File(dir, fileName);
Expand Down

0 comments on commit 0bd1a45

Please sign in to comment.