Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/ced/Projects/trunk/tryton-env/trytond/trytond/modules/notification_email/tests/test_notification_email.py", line 27, in <lambda>
  3. self.addCleanup(lambda: config.set('email', 'from', reset_from))
  4. File "/usr/lib64/python3.6/configparser.py", line 1192, in set
  5. self._validate_value_types(option=option, value=value)
  6. File "/usr/lib64/python3.6/configparser.py", line 1177, in _validate_value_types
  7. raise TypeError("option values must be strings")
  8. TypeError: option values must be strings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement