Fix creating SQS queue with same attributes. Closes #1663.
This commit is contained in:
parent
cf71532fa9
commit
1689a2808f
4 changed files with 40 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ _stderr_regex = re.compile(r'START|END|REPORT RequestId: .*')
|
|||
_orig_adapter_send = requests.adapters.HTTPAdapter.send
|
||||
docker_3 = docker.__version__.startswith("3")
|
||||
|
||||
|
||||
def zip2tar(zip_bytes):
|
||||
with TemporaryDirectory() as td:
|
||||
tarname = os.path.join(td, 'data.tar')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue