CI: follow-up rework according to pmbootstrap master (MR 2595)

args.logfd was moved to pmb.helper.logging.logfd

Follow-up to https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2114
This commit is contained in:
Alexey Minnekhanov 2021-10-11 16:08:39 +03:00
parent 552454b41b
commit b8ac75d475
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8

View file

@ -21,5 +21,5 @@ def args(request):
# Initialize logging
pmb.helpers.logging.init(args)
request.addfinalizer(args.logfd.close)
request.addfinalizer(pmb.helpers.logging.logfd.close)
return args