AttributeError: 'ProgressTask' object has no attribute 'note'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CVS to Bazaar importer |
Fix Committed
|
High
|
Unassigned | ||
bzr-cvsps-import (Ubuntu) |
Fix Released
|
Undecided
|
Jelmer Vernooij |
Bug Description
I am trying to compare the various options for converting a CVS archive into a set of Bazaar shared repositories. cvs2bzr/bzr fats-import has successfully created a shared repository from a module of the CVS repository. Trying bzr cvsps-import, gives me the following error.
|> bzr cvsps-import /home/users/
Processed 0 patches (0 new, 0 existing) on 0 branches (0 tags) in 0.1s (0.00 patch/s)
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 "/home/
importer.
File "/home/
patchsets = self._parse_
File "/home/
pb.
AttributeError: 'ProgressTask' object has no attribute 'note'
You can report this problem to Bazaar's developers by running
apport-bug /var/crash/
if a bug-reporting window does not automatically appear.
Changed in bzr-cvsps-import: | |
status: | New → Triaged |
importance: | Undecided → Medium |
importance: | Medium → High |
The bug is quite easy to reproduce, see my report on duplicated bug 917799.