rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

Detailed error message when using non-existing TMPDIR (RhBug:2019993) #262

Closed jan-kolarik closed 2 years ago

jan-kolarik commented 2 years ago

Show detailed info about missing temporary directory when TMPDIR directory was removed or the environmental variable was unset before its processing during dnf command.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2019993.

jrohel commented 2 years ago

OK. Thanks for fix.