Submitter | phabricator |
---|---|
Date | Oct. 12, 2019, 8:56 p.m. |
Message ID | <differential-rev-PHID-DREV-w5cs5hi5l7pn76yhyfjo-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42278/ |
State | Superseded |
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