Loading openflexure_microscope/rescue/auto.py +5 −3 Original line number Diff line number Diff line Loading @@ -46,9 +46,7 @@ else: logger.setLevel(logging.WARNING) if __name__ == "__main__": spoof = False def main(): print() print(bcolors.HEADER + "OpenFlexure Rescue" + bcolors.ENDC) print() Loading Loading @@ -88,3 +86,7 @@ if __name__ == "__main__": print() for err in error_sources: print(err.message) if __name__ == "__main__": main() pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ rpi = ["RPi.GPIO"] [tool.poetry.scripts] build_static = 'openflexure_microscope.install:build' rescue = 'openflexure_microscope.rescue.auto:main' [tool.poetry.dev-dependencies] pynpm = "^0.1.2" Loading Loading
openflexure_microscope/rescue/auto.py +5 −3 Original line number Diff line number Diff line Loading @@ -46,9 +46,7 @@ else: logger.setLevel(logging.WARNING) if __name__ == "__main__": spoof = False def main(): print() print(bcolors.HEADER + "OpenFlexure Rescue" + bcolors.ENDC) print() Loading Loading @@ -88,3 +86,7 @@ if __name__ == "__main__": print() for err in error_sources: print(err.message) if __name__ == "__main__": main()
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ rpi = ["RPi.GPIO"] [tool.poetry.scripts] build_static = 'openflexure_microscope.install:build' rescue = 'openflexure_microscope.rescue.auto:main' [tool.poetry.dev-dependencies] pynpm = "^0.1.2" Loading