mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 09:30:54 +00:00
Fix formatting issue
This commit is contained in:
parent
b7d43b29cd
commit
c05dcef54f
@ -103,7 +103,7 @@ async def list_images(image_type):
|
|||||||
"filename": filename,
|
"filename": filename,
|
||||||
"path": force_unix_path(path),
|
"path": force_unix_path(path),
|
||||||
"md5sum": await wait_run_in_executor(md5sum, os.path.join(root, filename)),
|
"md5sum": await wait_run_in_executor(md5sum, os.path.join(root, filename)),
|
||||||
"filesize": filesize,
|
"filesize": filesize
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user