Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Failed example:
  2. config = activate_modules('party')
  3. Exception raised:
  4. Traceback (most recent call last):
  5. File "/usr/lib64/python2.7/doctest.py", line 1315, in __run
  6. compileflags, 1) in test.globs
  7. File "<doctest scenario_party_replace.rst[2]>", line 1, in <module>
  8. config = activate_modules('party')
  9. File "/home/karla/.virtualenvs/trytond4.2-py2-dev-dow/lib/python2.7/site-packages/trytond/tests/tools.py", line 21, in activate_modules
  10. Module.click(modules, 'activate')
  11. TypeError: unbound method click() must be called with ir.module instance as first argument (got list instance instead)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement