mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Raise an error if image is missing on compute
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
Custom exceptions for the VMware module.
|
||||
"""
|
||||
|
||||
from ..node_error import NodeError
|
||||
from ..error import NodeError
|
||||
|
||||
|
||||
class VMwareError(NodeError):
|
||||
|
Reference in New Issue
Block a user