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:
parent
552454b41b
commit
b8ac75d475
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ def args(request):
|
||||||
|
|
||||||
# Initialize logging
|
# Initialize logging
|
||||||
pmb.helpers.logging.init(args)
|
pmb.helpers.logging.init(args)
|
||||||
request.addfinalizer(args.logfd.close)
|
request.addfinalizer(pmb.helpers.logging.logfd.close)
|
||||||
return args
|
return args
|
||||||
|
|
Loading…
Reference in a new issue