Make linter happy
This commit is contained in:
parent
cc73aec257
commit
805b9012dd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def main():
|
|||
error_sources.append(picamera_import_error)
|
||||
else:
|
||||
try:
|
||||
cam = picamerax.PiCamera()
|
||||
_ = picamerax.PiCamera()
|
||||
except picamerax.PiCameraError as e:
|
||||
if e.args[0] in picamera_errors:
|
||||
error_sources.append(ErrorSource(e.args[0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue