Submitter | phabricator |
---|---|
Date | Oct. 14, 2019, 5:09 p.m. |
Message ID | <0a7b8baf65b5e6aa5d4153e3a40351ae@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42323/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/automation/hgautomation/winrm.py b/contrib/automation/hgautomation/winrm.py --- a/contrib/automation/hgautomation/winrm.py +++ b/contrib/automation/hgautomation/winrm.py @@ -55,7 +55,7 @@ try: o = str(o) - except TypeError: + except (AttributeError, TypeError): o = pprint.pformat(o.extended_properties) return o