mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
parent
6870749e50
commit
8a6584d90f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user