Hi guys,
Here is an extract of Python 3.0's changelog:
The builtin basestring abstract type was removed. Use str instead. The str and bytes types don’t have functionality enough in common to warrant a shared base class. The 2to3 tool (see below) replaces every occurrence of basestring with str.
Could you please take care of this issue ?
|
if job_id is not None and isinstance(job_id, basestring): |
Hi guys,
Here is an extract of Python 3.0's changelog:
Could you please take care of this issue ?
server-client-python/tableauserverclient/server/endpoint/jobs_endpoint.py
Line 17 in b7b544e