Skip to content
Snippets Groups Projects
Commit aa9b9602 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Format fix

parent e4df7810
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ class Config(var map: Map[String, Any]) extends Logging {
case Some(globalFiles) => {
for (globalFile <- globalFiles.split(":")) {
val file: File = new File(globalFile)
if (file.exists()) {
if (file.exists) {
logger.info("Loading config file: " + file)
loadConfigFile(file)
} else logger.warn(valueName + " value found but file '" + file + "' does not exist, no global config is loaded")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment