mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
buildserver: remove my silly mistake
Should have done this through a merge request... code review!
This commit is contained in:
parent
ee82c30cb8
commit
1e9406778f
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ def sha256_for_file(path):
|
|||
s.update(data)
|
||||
return s.hexdigest()
|
||||
|
||||
cachefiles = []
|
||||
|
||||
for srcurl, shasum in cachefiles:
|
||||
filename = os.path.basename(srcurl)
|
||||
local_filename = os.path.join(cachedir, filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue