mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-02-05 21:21:52 -05:00
buildserver: remove my silly mistake
Should have done this through a merge request... code review!
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user