diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
-rw-r--r-- | bitbake/lib/toaster/bldcontrol/bbcontroller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py index 9dd01e0deb..ad70ac8b54 100644 --- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py +++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py | |||
@@ -177,7 +177,7 @@ class BuildEnvironmentController(object): | |||
177 | 177 | ||
178 | return BitbakeController(self.connection) | 178 | return BitbakeController(self.connection) |
179 | 179 | ||
180 | def getArtifact(path): | 180 | def getArtifact(self, path): |
181 | """ This call returns an artifact identified by the 'path'. How 'path' is interpreted as | 181 | """ This call returns an artifact identified by the 'path'. How 'path' is interpreted as |
182 | up to the implementing BEC. The return MUST be a REST URL where a GET will actually return | 182 | up to the implementing BEC. The return MUST be a REST URL where a GET will actually return |
183 | the content of the artifact, e.g. for use as a "download link" in a web UI. | 183 | the content of the artifact, e.g. for use as a "download link" in a web UI. |