[refs #2161] Fix get_status call
This commit is contained in:
parent
14bc7acc0b
commit
3daf1645ce
|
@ -76,7 +76,7 @@ class BuildServer
|
|||
self.client.call('delete_build_list', idlist)
|
||||
end
|
||||
|
||||
def get_status
|
||||
def self.get_status
|
||||
self.client.call('get_status')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue