(self)
| 272 | raise exceptions.Unauthorized("You need to be authenticated as the profile owner to do this.") |
| 273 | |
| 274 | def load_description(self): |
| 275 | # Overrides the load_description method that exists for unshared projects |
| 276 | self.update() |
| 277 | |
| 278 | # -- Project contents (body/json) -- # |
| 279 |