mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed returns
This commit is contained in:
parent
c3c6396770
commit
a5ebc25d37
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class SBoQueries:
|
||||||
SBoTable.name).filter(SBoTable.name == self.name).first()
|
SBoTable.name).filter(SBoTable.name == self.name).first()
|
||||||
|
|
||||||
if sbo:
|
if sbo:
|
||||||
return sbo
|
return sbo[0]
|
||||||
return ''
|
return ''
|
||||||
|
|
||||||
def location(self):
|
def location(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue