fix flake8 warning

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2019-09-26 11:05:48 +02:00
parent e083529784
commit 21adb8f61f
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

@ -48,7 +48,7 @@ def system_distribution_chain():
if len(_system_distribution_chain) == 0:
try:
vendor = check_output(('dpkg-vendor', '--query', 'Vendor'),
encoding='utf-8').strip()
encoding='utf-8').strip()
_system_distribution_chain.append(vendor)
except CalledProcessError:
print('Error: Could not determine what distribution you are running.')