Skip to content
Snippets Groups Projects
Commit 382d9c93 authored by sveseli's avatar sveseli
Browse files

typo fixed

parent 13660e5e
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ class ExperimentSessionController(DmSessionController): ...@@ -39,7 +39,7 @@ class ExperimentSessionController(DmSessionController):
@DmSessionController.require(DmSessionController.isAdministrator()) @DmSessionController.require(DmSessionController.isAdministrator())
@DmSessionController.execute @DmSessionController.execute
def getExperimentById(self, id, **kwargs): def getExperimentById(self, id, **kwargs):
response = self.experimentSessionControllerImpl.getExperimentByid(id).getFullJsonRep() response = self.experimentSessionControllerImpl.getExperimentById(id).getFullJsonRep()
self.logger.debug('Returning: %s' % response) self.logger.debug('Returning: %s' % response)
return response return response
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment