Loading openflexure_microscope/api/v2/views/state.py +0 −1 Original line number Diff line number Diff line Loading @@ -69,4 +69,3 @@ class NestedStatusProperty(Resource): return abort(404) return jsonify(value) openflexure_microscope/config.py +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ class OpenflexureSettingsFile: # HANDLE BASIC LOADING AND SAVING OF SETTINGS FILES def load_json_file(config_path) -> dict: """ Open a .json config file Loading openflexure_microscope/stage/sangaboard/extensible_serial_instrument.py +3 −3 Original line number Diff line number Diff line Loading @@ -213,9 +213,9 @@ class ExtensibleSerialInstrument(object): return self.read_multiline(termination_line) else: logging.debug("Reading response...") line = ( self.readline(timeout).strip() ) # question: should we strip the final newline? line = self.readline( timeout ).strip() # question: should we strip the final newline? logging.debug(f"Read finished. Got {line}") return line Loading openflexure_microscope/common/labthings/schema.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
openflexure_microscope/api/v2/views/state.py +0 −1 Original line number Diff line number Diff line Loading @@ -69,4 +69,3 @@ class NestedStatusProperty(Resource): return abort(404) return jsonify(value)
openflexure_microscope/config.py +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ class OpenflexureSettingsFile: # HANDLE BASIC LOADING AND SAVING OF SETTINGS FILES def load_json_file(config_path) -> dict: """ Open a .json config file Loading
openflexure_microscope/stage/sangaboard/extensible_serial_instrument.py +3 −3 Original line number Diff line number Diff line Loading @@ -213,9 +213,9 @@ class ExtensibleSerialInstrument(object): return self.read_multiline(termination_line) else: logging.debug("Reading response...") line = ( self.readline(timeout).strip() ) # question: should we strip the final newline? line = self.readline( timeout ).strip() # question: should we strip the final newline? logging.debug(f"Read finished. Got {line}") return line Loading
openflexure_microscope/common/labthings/schema.py +1 −1 File changed.Contains only whitespace changes. Show changes