bzr shows stack trace if BZR_PLUGINS_AT at doesn't have value is specific format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Vincent Ladeuil |
Bug Description
I incorrectly (i.e. without reading the docs) set the value of BZR_PLUGINS_AT to path. This causes bzr to print the stack trace with "bzr: ERROR: exceptions.
[grep-release]% echo $BZR_PLUGINS_AT
/home/parthm/
[grep-release]% bzr plugins
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/storage/
return the_callable(*args, **kwargs)
File "/storage/
load_plugins()
File "/storage/
load_
File "/storage/
plugin_name, plugin_path = spec.split('@')
ValueError: need more than 1 value to unpack
You can report this problem to Bazaar's developers by running
apport-bug /var/crash/
if a bug-reporting window does not automatically appear.
[grep-release]%
Related branches
- John A Meinel: Approve
-
Diff: 114 lines (+60/-4) (has conflicts)3 files modifiedNEWS (+7/-0)
bzrlib/plugin.py (+29/-4)
bzrlib/tests/test_plugins.py (+24/-0)
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in bzr: | |
assignee: | nobody → Vincent Ladeuil (vila) |
status: | Confirmed → In Progress |
Changed in bzr: | |
milestone: | none → 2.2b4 |
status: | In Progress → Fix Released |