You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the directory cherries used as option should not exist for the error to happen.
Output is:
Error processing package: aarch64/docker-24.0.5-4.ph5.aarch64.rpm
{"Install":[{"Name":"docker","Arch":"aarch64","Evr":"24.0.5-4.ph5","InstallSize":0}]}{"Error":1602,"ErrorMessage":"No such file or directory"}
Expected behavior
valid json output.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
json output on install when an error occurs is not valid.
Reproduction steps
tdnf install --downloadonly --downloaddir=cherries --installroot=/tmp --releasever=5.0 --nodeps -j -y docker=24.0.5-4.ph5
Note that the directory
cherries
used as option should not exist for the error to happen.Output is:
Expected behavior
valid json output.
Additional context
No response
The text was updated successfully, but these errors were encountered: