mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-04-19 08:36:17 +00:00
md5 => sha1
This commit is contained in:
parent
6c121751a1
commit
d2318ed1fc
@ -55,9 +55,9 @@ class Image:
|
||||
@property
|
||||
def md5sum(self):
|
||||
"""
|
||||
Compute a sha1 hash for file
|
||||
Compute a md5 hash for file
|
||||
|
||||
:returns: hexadecimal sha1
|
||||
:returns: hexadecimal md5
|
||||
"""
|
||||
|
||||
if self._md5sum is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user