get all fields of housings
This commit is contained in:
parent
98968d50d1
commit
df7325d712
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ class Flatboob(ReplApplication):
|
||||||
print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('info', short=True)
|
print >>sys.stderr, 'This command takes an argument: %s' % self.get_command_help('info', short=True)
|
||||||
return 2
|
return 2
|
||||||
|
|
||||||
housing = self.get_object(_id, 'get_housing', [])
|
housing = self.get_object(_id, 'get_housing')
|
||||||
if not housing:
|
if not housing:
|
||||||
print >>sys.stderr, 'Housing not found: %s' % _id
|
print >>sys.stderr, 'Housing not found: %s' % _id
|
||||||
return 3
|
return 3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue