mirror of https://git.48k.eu/ogclient
live: remove unused return value in image_restore()
Never used what configureOs() returns, remove it.master
parent
9952c3cc85
commit
4626383cc4
|
@ -408,12 +408,11 @@ class OgLiveOperations:
|
|||
elif ctype == 'TIPTORRENT':
|
||||
self._restore_image_tiptorrent(repo, name, partdev)
|
||||
|
||||
output = configureOs(disk, partition)
|
||||
configureOs(disk, partition)
|
||||
|
||||
self.refresh(ogRest)
|
||||
|
||||
logging.info('Image restore command OK')
|
||||
return output
|
||||
|
||||
def image_create(self, request, ogRest):
|
||||
disk = int(request.getDisk())
|
||||
|
|
Loading…
Reference in New Issue