almost completly implemented type emulator in python
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b7b48414e1
commit
4e8f99b01d
2 changed files with 1 additions and 182 deletions
|
|
@ -645,6 +645,7 @@ def emulator():
|
|||
if object_id[0] == '/':
|
||||
object_id = object_id[1:]
|
||||
|
||||
# FIXME: verify object id
|
||||
log.debug(args)
|
||||
|
||||
object_dir = os.path.join(global_dir, "object", type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue