mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 13:28:12 +00:00
@ -602,6 +602,7 @@ class Compute:
|
||||
images.append(local_image)
|
||||
except OSError as e:
|
||||
raise ComputeError("Can't list images: {}".format(str(e)))
|
||||
images.sort()
|
||||
return images
|
||||
|
||||
@asyncio.coroutine
|
||||
|
Reference in New Issue
Block a user