Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Python3 TypeError as dynamic typing for host object can sometimes return host.ip as byte instead of string
Instead of assuming it will return as a string, I need to try as a string (most common case) and then except TypeError and decode if found as byte.