crash in 'bzr switch' with no-args
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Loom |
Confirmed
|
Medium
|
Unassigned |
Bug Description
affects bzr
status confirmed
importance medium
done
This might be loom, might not be.
$ bzr switch
bzr: ERROR: exceptions.
given)
Traceback (most recent call last):
File "/home/
line 831, in exception_
return the_callable(*args, **kwargs)
File "/home/
line 1033, in run_bzr
ret = run(*run_argv)
File "/home/
run_argv_aliases
super(
File "/home/
line 639, in run_argv_aliases
return self.run_
File "/home/
line 643, in run_direct
return self._operation
File "/home/
122, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/
156, in _do_with_cleanups
result = func(*args, **kwargs)
TypeError: run() takes at least 2 arguments (1 given)
I can't reproduce this with bzr alone.