| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| examples | ||
| lxc | ||
| Makefile.am | ||
| lxc.c | ||
| setup.py.in |
```
>>> c = lxc.Container('ct')
>>> c.create('debian', args=('-r', 'jessie'))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/lxc/__init__.py", line 229, in
create
template_args['args'] = tuple(tmp_args)
UnboundLocalError: local variable 'tmp_args' referenced before
assignment
```
Signed-off-by:
Aron Podrigal <aronp@guaranteedplus.com>
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| examples | Loading commit data... | |
| lxc | Loading commit data... | |
| Makefile.am | Loading commit data... | |
| lxc.c | Loading commit data... | |
| setup.py.in | Loading commit data... |