# HG changeset patch # User Jeff Hammel # Date 1272988179 25200 # Node ID 4dd12cf64c0e0bb523f2f6d116fe92effca37bc2 # Parent 44950f376e98b67642bdd139bbac04476cd34a4d remove debugging code and state what should be done diff -r 44950f376e98 -r 4dd12cf64c0e smartopen/smartopen.py --- a/smartopen/smartopen.py Thu Apr 08 14:37:48 2010 -0700 +++ b/smartopen/smartopen.py Tue May 04 08:49:39 2010 -0700 @@ -25,7 +25,7 @@ try: handler = i.load() except: - pass + continue # TODO: warn/debug with --verbose flag _handlers[i.name] = handler if not names: _names.append(i.name)