lib/openstudio/extension/runner.rb in openstudio-extension-0.8.0 vs lib/openstudio/extension/runner.rb in openstudio-extension-0.8.1
- old
+ new
@@ -103,10 +103,10 @@
if conf_bpath = Bundler.configured_bundle_path.explicit_path
puts 'bundler config exists'
needs_config = false
if conf_bpath != @bundle_install_path
- raise "Detected mistmatch between bundle's configured path #{conf_bpath} and runner configuration #{@bundle_install_path}"
+ puts "Detected mismatch between bundle's configured path #{conf_bpath} and runner configuration #{@bundle_install_path}"
needs_config = true
end
# if config['BUNDLE_WITHOUT'] != @bundle_without_string
# needs_config = true