There was an error while loading. Please reload this page.
1 parent 8f72b1d commit e413dabCopy full SHA for e413dab
1 file changed
codespeed/api.py
@@ -329,12 +329,12 @@ def _check_data(self):
329
response=HttpBadRequest(error_text))
330
331
def hydrate_and_save(self):
332
- """Save self.obj which is an instance of Result()
+ """Save self.obj which is an instance of Result()
333
334
- First populate the Result() instance with self.data
335
- """
336
- self._populate_obj_by_data()
337
- self.obj.save()
+ First populate the Result() instance with self.data
+ """
+ self._populate_obj_by_data()
+ self.obj.save()
338
339
340
class ResultBundleResource(Resource):
0 commit comments