Skip to content

Commit

Permalink
Issue #1097
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Oct 22, 2024
1 parent 0d0bb7b commit 8eb2126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ private List<String> paramsToList(String id, JSONObject params, Consumer<Boolean
File inputDataDir = null;
String pathType = extractOptionalParamString(params, "pathtype", "relative");
if (pathType.equals("relative")) {
inputDataDir = extractMandatoryParamFileContainedInADir(params, "inputDataDir", new File(KConfiguration.getInstance().getProperty("import.directory")));
inputDataDir = extractMandatoryParamFileContainedInADir(params, "inputDataDir", new File(KConfiguration.getInstance().getProperty("convert.directory")));
} else { // absolute
inputDataDir = extractMandatoryParamFileContainedInADir(params, "inputDataDir", null);
}
Expand Down

0 comments on commit 8eb2126

Please sign in to comment.