lib/autobuild/importer.rb in autobuild-1.5.52.rc1 vs lib/autobuild/importer.rb in autobuild-1.5.52.rc2
- old
+ new
@@ -116,10 +116,9 @@
package.progress "checkout of %s failed, deleting the source directory #{package.srcdir}"
FileUtils.rm_rf package.srcdir
raise
end
end
-
end
# Tries to find a fallback importer because of the given error.
def fallback(error, package, *args, &block)
Importer.fallback_handlers.each do |handler|