lib/hyla/configuration.rb in hyla-1.0.8 vs lib/hyla/configuration.rb in hyla-1.0.9.pre.1
- old
+ new
@@ -194,10 +194,10 @@
f = File.expand_path(filename)
Hyla::logger2.info("Config file to be parsed : #{f}")
safe_load_file(f)
rescue SystemCallError
Hyla::logger2.error "No configuration file retrieved for : #{filename}"
- exit
+ nil
end
#
# Load Safely YAML File
#
\ No newline at end of file