alec-hs
2 years ago
No known key found for this signature in database
GPG Key ID: 2C0E4987ACBC559
1 changed files with
3 additions and
3 deletions
-
steam/core/manifest.py
|
@ -75,7 +75,7 @@ class DepotFile(object): |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def sha_content(self): |
|
|
def sha_content(self): |
|
|
"""File SHA1 |
|
|
"""File content SHA1 |
|
|
|
|
|
|
|
|
:type: bytes |
|
|
:type: bytes |
|
|
""" |
|
|
""" |
|
@ -83,11 +83,11 @@ class DepotFile(object): |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def sha_filename(self): |
|
|
def sha_filename(self): |
|
|
"""File SHA1 |
|
|
"""Filename SHA1 |
|
|
|
|
|
|
|
|
:type: bytes |
|
|
:type: bytes |
|
|
""" |
|
|
""" |
|
|
return self.file_mapping.sha_content |
|
|
return self.file_mapping.sha_filename |
|
|
|
|
|
|
|
|
@property |
|
|
@property |
|
|
def size(self): |
|
|
def size(self): |
|
|