fixed tab/space mix

reviewable/pr18780/r1
Robin Roth 10 years ago
parent 7948b91bad
commit 23495a16f4

@ -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

Loading…
Cancel
Save