Revision e84e08b6
Added by Marc Dequènes about 15 years ago
- ID e84e08b6b653dc804c786c1dfc6b9b8fce39a757
bin/shadowwalker | ||
---|---|---|
def execute(args)
|
||
super
|
||
|
||
obj_klass, item_hdl = params_shift_item_handle_full_handle(args)
|
||
obj_klass, item_hdl = params_shift_item_handle_full_handle(args, false)
|
||
loc_obj_klass, loc_item = params_shift_item_handle_full_handle(args, true, "parent full-handle")
|
||
|
||
item = obj_klass.new(item_hdl)
|
Also available in: Unified diff
[fix] corrected shadowwalker creation (item full handle must not be validated completely as the item does not exist yet)