#101 BaseException.message has been deprecated in Python3
Opened by alisha17. Modified

[root@alisha ~]# dsidm -b "dc=wordpress,dc=blog" -D "cn=Directory Manager" ldap://alisha.wordpress.blog:389
Enter password for cn=Directory Manager on ldap://alisha.wordpress.blog:389 :
Traceback (most recent call last):
  File "/sbin/dsidm", line 107, in <module>
    args.func(inst, dsrc_inst['basedn'], log, args)
AttributeError: 'Namespace' object has no attribute 'func'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/sbin/dsidm", line 110, in <module>
    log.error("Error: %s" % e.message)
AttributeError: 'AttributeError' object has no attribute 'message'

Metadata Update from @alisha17:
- Issue assigned to alisha17

Metadata Update from @alisha17:
- Custom field Origin adjusted to None
- Custom field Review Status adjusted to None

Metadata Update from @alisha17:
- Custom field Review Status adjusted to review (was: None)

One tiny nitpick is we limit comment width to 80 char in git message descriptions.

Otherwise, looks great to me! Thanks so much!

commit aa8c84701d7bf698c60e776c4ec1013e2549f623
To ssh://git@pagure.io/lib389.git
2997536..aa8c847 master -> master

Metadata Update from @firstyear:
- Custom field Review Status adjusted to ack (was: review)

Metadata