CESNET / pakiti-server

Pakiti provides a monitoring mechanism to check the patching status of Linux systems.
BSD 2-Clause "Simplified" License
49 stars 35 forks source link

Fixed an incorrect string formatting, eating an error message. #203

Closed DanielGeerts closed 3 months ago

DanielGeerts commented 4 months ago

Changed a Python-style string formatting into a PHP-style one. This was eating the formatting arguments, causing the resulting error message to be missing the actual error message.