Comment 2 for bug 1609614

Revision history for this message
Ryan Harper (raharper) wrote :

The error is in this string concat in apt_config.py

if len(to_config):
        util.subp(['dpkg-reconfigure' '--frontend=noninteractive'] +
                  list(to_config), data=None, target=target)

Missing the comma between command and parameters.