Revert "Remove CI file from frame branch"

This reverts commit dac3632c28
This commit is contained in:
Joel Collins 2020-05-18 09:54:18 +00:00
parent e91b9bf356
commit 79259b3fc9
26 changed files with 224 additions and 60 deletions

View file

@ -15,7 +15,8 @@ from openflexure_microscope.stage.sanga import SangaStage
try:
from openflexure_microscope.camera.pi import PiCameraStreamer
except ImportError:
except Exception as e:
logging.error(e)
logging.warning("Unable to import PiCameraStreamer")
from openflexure_microscope.camera.mock import MissingCamera