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