mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 06:18:19 +00:00
Auto upload missing images
This commit is contained in:
@ -39,3 +39,4 @@ class ImageMissingError(Exception):
|
||||
|
||||
def __init__(self, image):
|
||||
super().__init__("The image {} is missing".format(image))
|
||||
self.image = image
|
||||
|
Reference in New Issue
Block a user