mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +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()
|
||||
|
||||
if sbo:
|
||||
return sbo
|
||||
return sbo[0]
|
||||
return ''
|
||||
|
||||
def location(self):
|
||||
|
|
Loading…
Reference in a new issue