[Erp5-report] r11463 - /erp5/trunk/utils/oood/start.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 23 17:34:52 CET 2006


Author: kevin
Date: Thu Nov 23 17:34:49 2006
New Revision: 11463

URL: http://svn.erp5.org?rev=11463&view=rev
Log:
Fix wrong exception param numbers

Modified:
    erp5/trunk/utils/oood/start.py

Modified: erp5/trunk/utils/oood/start.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/start.py?rev=11463&r1=11462&r2=11463&view=diff
==============================================================================
--- erp5/trunk/utils/oood/start.py (original)
+++ erp5/trunk/utils/oood/start.py Thu Nov 23 17:34:49 2006
@@ -175,7 +175,7 @@
                               )
     # Check args number
     if len(opts) == 0:
-      raise getopt.GetoptError
+      raise getopt.GetoptError('', '')
   except getopt.GetoptError:
     # Print help information and exit on command line error
     usage()




More information about the Erp5-report mailing list