Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
d2ab448732
commit
444c056f93
1 changed files with 2 additions and 2 deletions
|
|
@ -557,9 +557,9 @@ class SmartScanThing(Thing):
|
||||||
try:
|
try:
|
||||||
self._capture_thread.join()
|
self._capture_thread.join()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# If the scan has already ended due to an exception, we will
|
# If the scan has already ended due to an exception,
|
||||||
# ignore any exceptions. If it appeared to be successful,
|
# ignore any exceptions. If it appeared to be successful,
|
||||||
# we will log the error.
|
# log the error.
|
||||||
if scan_successful:
|
if scan_successful:
|
||||||
self._scan_logger.error(
|
self._scan_logger.error(
|
||||||
"The scan appears to have started successfully, however "
|
"The scan appears to have started successfully, however "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue