mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Removed test
This commit is contained in:
parent
79af7cf8fc
commit
bf8e845f67
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class BinQueries(Configs):
|
||||||
BinariesTable.package == self.name).where(
|
BinariesTable.package == self.name).where(
|
||||||
BinariesTable.repo == self.repo).first()
|
BinariesTable.repo == self.repo).first()
|
||||||
|
|
||||||
print(md5, self.name, self.repo)
|
|
||||||
if md5:
|
if md5:
|
||||||
return md5[0]
|
return md5[0]
|
||||||
return ''
|
return ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue