unexpected keyword argument 'control'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Fix Released
|
Critical
|
Jelmer Vernooij | ||
bzr-fastimport (Ubuntu) |
Fix Released
|
Critical
|
Jelmer Vernooij |
Bug Description
In Ubuntu maverick, I'm getting the following exception with bzr-fastimport + fastimport from trunk:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/home/
params=params, verbose=verbose, user_map=user_map)
File "/home/
proc = processor_
TypeError: __init__() got an unexpected keyword argument 'control'
Changed in bzr-fastimport (Ubuntu): | |
status: | New → Triaged |
Changed in bzr-fastimport: | |
status: | New → Triaged |
importance: | Undecided → Critical |
Changed in bzr-fastimport (Ubuntu): | |
importance: | Undecided → Critical |
Changed in bzr-fastimport: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-fastimport (Ubuntu): | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Using revision 309 of bzr-fastimport, which used positional arguments in cmds.py, fixed the problem.