mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
remove extra flush
This commit is contained in:
parent
a1e9641e9c
commit
9d87992c25
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def _build_snap(
|
|||
# successfully, let's try to print all the output about the problem
|
||||
# that we can.
|
||||
dump_output = exit_code != 0 or failed_archs
|
||||
print('dump_output is', dump_output, flush=True)
|
||||
print('dump_output is', dump_output)
|
||||
if exit_code == 0 and not failed_archs:
|
||||
# We expect to have all target snaps available, or something bad happened.
|
||||
snaps_list = glob.glob(join(workspace, '*.snap'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue