small typo in error msg in bin/glance member_add
Bug #872276 reported by
Tom Hancock
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Fix Released
|
Low
|
Tom Hancock | ||
Diablo |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I just spotted this typo in bin/glance (line 941) function member_add
print ('Add "%(member_id)" to membership of image %(image_id)s'
% locals())
should probably read (missing s) ??
print ('Add "%(member_id)s" to membership of image %(image_id)s'
% locals())
Changed in glance: | |
assignee: | nobody → Tom Hancock (tom-hancock) |
Changed in glance: | |
status: | Fix Committed → Fix Released |
Changed in glance: | |
milestone: | essex-1 → 2012.1 |
To post a comment you must log in.
Nice catch, Tom!