Date: 2009-01-28 15:51
Sender: P C
I am sorry that I didn't upload the patch originally. Here it is
Index: lib/polyglot.rb
=================================================================
==
--- lib/polyglot.rb (revision 9)
+++ lib/polyglot.rb (working copy)
@@ -54,7 +54,7 @@
rescue LoadError => load_error
begin
Polyglot.load(*a, &b)
- rescue
+ rescue LoadError
# Raise the original exception, possibly a MissingSourceFile
with a path
raise load_error
end
|