We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72565a6 commit 2cc2946Copy full SHA for 2cc2946
packages/service-library/src/servicelib/archiving_utils.py
@@ -201,7 +201,7 @@ async def unarchive_dir(
201
202
# wait until all tasks are cancelled
203
await asyncio.wait(
204
- *futures, timeout=2 * _MIN, return_when=asyncio.ALL_COMPLETED
+ futures, timeout=2 * _MIN, return_when=asyncio.ALL_COMPLETED
205
)
206
207
# now we can cleanup
0 commit comments