Loading openflexure_microscope/common/flask_labthings/extensions.py +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ class BaseExtension: @property def gui(self): print(self._gui) # Handle missing/no GUI if not self._gui: return None Loading openflexure_microscope/common/flask_labthings/views/tasks.py +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ class TaskResource(Resource): @marshal_with(TaskSchema()) def get(self, id): try: print(tasks.dict()) task = tasks.dict()[id] except KeyError: return abort(404) # 404 Not Found Loading Loading
openflexure_microscope/common/flask_labthings/extensions.py +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ class BaseExtension: @property def gui(self): print(self._gui) # Handle missing/no GUI if not self._gui: return None Loading
openflexure_microscope/common/flask_labthings/views/tasks.py +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ class TaskResource(Resource): @marshal_with(TaskSchema()) def get(self, id): try: print(tasks.dict()) task = tasks.dict()[id] except KeyError: return abort(404) # 404 Not Found Loading