fixed tab/space mix
This commit is contained in:
parent
7948b91bad
commit
23495a16f4
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def get_package_state(m, packages):
|
||||||
installed_state[package] = False
|
installed_state[package] = False
|
||||||
|
|
||||||
for package in packages:
|
for package in packages:
|
||||||
if package not in installed_state:
|
if package not in installed_state:
|
||||||
print package + ' was not returned by rpm \n'
|
print package + ' was not returned by rpm \n'
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue