fixed tab/space mix

This commit is contained in:
Robin Roth 2015-01-29 10:32:09 +01:00 committed by Matt Clay
parent 32310a43ae
commit 4f0e1c850c

View file

@ -141,7 +141,7 @@ def get_package_state(m, packages):
installed_state[package] = False
for package in packages:
if package not in installed_state:
if package not in installed_state:
print package + ' was not returned by rpm \n'
return None