mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove unused_build_id
This commit is contained in:
parent
25eef6c739
commit
6b7ecdfbc8
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ def _execute_build(
|
|||
# length but from a larger character set just because we can.
|
||||
random_string = ''.join(random.choice(string.ascii_lowercase + string.digits)
|
||||
for _ in range(32))
|
||||
unused_build_id = f'snapcraft-{target}-{random_string}'
|
||||
|
||||
with tempfile.TemporaryDirectory() as tempdir:
|
||||
environ = os.environ.copy()
|
||||
|
|
|
|||
Loading…
Reference in a new issue