ttafsir / evengsdk

Open source Python library and command line utilities for EVE-NG API
https://ttafsir.github.io/evengsdk/
MIT License
65 stars 15 forks source link

[BUG] deleting lab without nodes causes AttributeError with CLI #152

Closed ttafsir closed 2 years ago

ttafsir commented 2 years ago

Describe the bug attempting to delete a lab without nodes cause AttributeError: 'list' object has no attribute 'items'

To Reproduce

  1. Create an empty lab
  2. Delete empty lab with eve-ng lab delete --path /mylab.unl

Expected behavior lab is deleted