Missing __iter__ on ResponseFile during import-dsc
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
gwenhwyvar:
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/home/
return the_callable(*args, **kwargs)
File "/home/
ret = run(*run_argv)
File "/home/
return self.run(
File "/home/
return self._operation
File "/home/
self.cleanups, self.func, *args, **kwargs)
File "/home/
result = func(*args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
files_
File "/usr/lib/
dsc1 = self.cache.
File "/usr/lib/
dsc1 = deb822.Dsc(f1)
File "/usr/lib/
self.
File "/usr/lib/
for line in sequence:
TypeError: 'ResponseFile' object is not iterable
bzr 2.6.0dev3 on python 2.7.5 (Linux-
sid)
arguments: ['/home/
plugins: bash_completion
changelog_
launchpad[
news_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
**** entering debugger
Related branches
- Vincent Ladeuil: Approve
-
Diff: 31 lines (+4/-4)2 files modifiedbzrlib/lazy_regex.py (+3/-3)
doc/en/release-notes/bzr-2.7.txt (+1/-1)
affects: | bzr-builddeb → bzr |
Changed in bzr: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr: | |
milestone: | none → 2.6b3 |
status: | Fix Committed → Fix Released |
Changed in bzr: | |
milestone: | 2.6b3 → 2.6.0 |