diff options
| author | J08nY | 2024-04-03 16:50:40 +0200 |
|---|---|---|
| committer | J08nY | 2024-04-03 16:50:40 +0200 |
| commit | 379e8634459ee27af4bd5ef22d0f36abc3db387a (patch) | |
| tree | 73d56d1e3ddf36851eb0e145fb2b7c762349ee8b /pyecsca/misc | |
| parent | 7e48ad69a0c8200642559675749b80f98cc5147b (diff) | |
| download | pyecsca-379e8634459ee27af4bd5ef22d0f36abc3db387a.tar.gz pyecsca-379e8634459ee27af4bd5ef22d0f36abc3db387a.tar.zst pyecsca-379e8634459ee27af4bd5ef22d0f36abc3db387a.zip | |
Diffstat (limited to 'pyecsca/misc')
| -rw-r--r-- | pyecsca/misc/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyecsca/misc/utils.py b/pyecsca/misc/utils.py index 970924f..8e313a3 100644 --- a/pyecsca/misc/utils.py +++ b/pyecsca/misc/utils.py @@ -66,3 +66,5 @@ class TaskExecutor(ProcessPoolExecutor): for future in as_completed(self.futures): i = self.futures.index(future) yield self.keys[i], future + self.futures = [] + self.keys = []
\ No newline at end of file |
