lib/autobuild/importer.rb in autobuild-1.6.0.rc3 vs lib/autobuild/importer.rb in autobuild-1.6.0.rc4

- old
+ new

@@ -160,10 +160,10 @@ return end end elsif File.exists?(srcdir) - raise ConfigException, "#{srcdir} exists but is not a directory" + raise ConfigException.new(package, 'import'), "#{srcdir} exists but is not a directory" else perform_checkout(package) end end