Guest User

Untitled

a guest
Jul 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. rvalyi@rvalyi-laptop:~/DEV/openerp5.0/magentoerpconnect$ python
  2. Python 2.6.4 (r264:75706, Nov 2 2009, 14:44:17)
  3. [GCC 4.4.1] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> raise "hello"
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. TypeError: exceptions must be classes or instances, not str
  9. >>>
Add Comment
Please, Sign In to add comment