mirror of https://github.com/Desuuuu/klipper.git
virtual_sdcard: Fix typo in seek error handling
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
3a75748762
commit
3a1cdc7d70
|
@ -118,7 +118,7 @@ class VirtualSD:
|
|||
self.current_file.seek(self.file_position)
|
||||
except:
|
||||
logging.exception("virtual_sdcard seek")
|
||||
self.gcode.error("Unable to seek file")
|
||||
self.gcode.respond_error("Unable to seek file")
|
||||
self.work_timer = None
|
||||
return self.reactor.NEVER
|
||||
partial_input = ""
|
||||
|
|
Loading…
Reference in New Issue