python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00536
[Bug 1781380] [NEW] text formatting not supported in Python 3
Public bug reported:
File "/home/springdev/.virtualenvs/jenkins/lib/python3.5/site-packages/jenkins/__init__.py", line 631, in get_build_info
'GET', self._build_url(BUILD_INFO, locals())
File "/home/springdev/.virtualenvs/jenkins/lib/python3.5/site-packages/jenkins/__init__.py", line 340, in _build_url
url_path = format_spec % self._get_encoded_params(variables)
TypeError: %d format: a number is required, not str
Executed on Python 3.5.2 hit the text formatting with an "%"
** Affects: python-jenkins
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1781380
Title:
text formatting not supported in Python 3
Status in Python Jenkins:
New
Bug description:
File "/home/springdev/.virtualenvs/jenkins/lib/python3.5/site-packages/jenkins/__init__.py", line 631, in get_build_info
'GET', self._build_url(BUILD_INFO, locals())
File "/home/springdev/.virtualenvs/jenkins/lib/python3.5/site-packages/jenkins/__init__.py", line 340, in _build_url
url_path = format_spec % self._get_encoded_params(variables)
TypeError: %d format: a number is required, not str
Executed on Python 3.5.2 hit the text formatting with an "%"
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1781380/+subscriptions
Follow ups