Skip to content

Commit

Permalink
shuttle: Fix configuration file loading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigxu committed Jul 19, 2022
1 parent 78fd61e commit f4cd908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void addResource(String path, String tpe) {

switch (ext) {
case EXT_XML:
Configuration configuration = new Configuration();
Configuration configuration = new Configuration(false);

if (tpe.equals(TARGET_FILE)) {
if (file.exists() && file.canRead() && !file.isDirectory()) {
Expand Down

0 comments on commit f4cd908

Please sign in to comment.