Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Jan 7, 2024
1 parent 6a5799b commit 561cad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ object ETLConfig {
val value = this.properties.getProperty(key)
if (isNullOrEmpty(value)) {
ETLLogger.error(s"[Config] property key $key was not found in properties file!")
throw new RuntimeException(s"[Config] property key $key was not found in properties file!")
//throw new RuntimeException(s"[Config] property key $key was not found in properties file!")
}
value
}
Expand Down

0 comments on commit 561cad1

Please sign in to comment.