[BUG] deleting lab without nodes causes AttributeError with CLI
ttafsir opened this issue · 0 comments
ttafsir commented
Describe the bug
attempting to delete a lab without nodes cause AttributeError: 'list' object has no attribute 'items'
To Reproduce
- Create an empty lab
- Delete empty lab with
eve-ng lab delete --path /mylab.unl
Expected behavior
lab is deleted