Update oneplus.py

This commit is contained in:
Bjoern Kerler 2023-10-02 10:33:55 +02:00 committed by GitHub
parent c47e07e780
commit 217db8ba5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -204,6 +204,7 @@ class oneplus(metaclass=LogBase):
else:
assert "Device is not supported"
exit(0)
assert "Unknown projid:"+str(projid)
return None
def run(self):