mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-23 01:04:05 +08:00
Boot-loop testing script for EON/C2 device sensors (#1303)
* Sensor test boot-loop script * Changing file permissions * Set executable * Changing file permissions * Sensor test boot-loop script * Changing file permissions * Set executable * Changing file permissions * Bugfix to text_window * Capture logs during a failure event * Capture logs during a failure event
This commit is contained in:
@@ -17,7 +17,7 @@ class TextWindow():
|
||||
def get_status(self):
|
||||
if self.text_proc is not None:
|
||||
self.text_proc.poll()
|
||||
return s.text_proc.returncode
|
||||
return self.text_proc.returncode
|
||||
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user