updates to log exceptions during threadpool, avoid errors when hwaddr is None during EMANE scenarios
This commit is contained in:
parent
7e50dbdc65
commit
d1c95a468a
2 changed files with 3 additions and 1 deletions
|
@ -440,6 +440,7 @@ def threadpool(
|
|||
result = future.result()
|
||||
results.append(result)
|
||||
except Exception as e:
|
||||
logging.exception("thread pool exception")
|
||||
exceptions.append(e)
|
||||
return results, exceptions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue