mirror of
https://github.com/lutris/lutris
synced 2024-11-02 12:40:46 +00:00
Squashing ants
Er, was there anything else?
This commit is contained in:
parent
c5b9ede768
commit
e188ee9722
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ def execute(command):
|
|||
stderr=subprocess.PIPE).communicate()
|
||||
return stdout.strip()
|
||||
|
||||
|
||||
def get_md5_hash(filename):
|
||||
"""Return the md5 hash of a file."""
|
||||
md5 = hashlib.md5()
|
||||
|
|
Loading…
Reference in a new issue