mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-22 20:55:19 -04:00
buildserver: remove my silly mistake
Should have done this through a merge request... code review!
This commit is contained in:
1 parent
ee82c30cb8
commit
1e9406778f
1 file changed
+1
-1
+1
-1
@@ -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