mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
b5fe6100ee
commit
8c05d2aac5
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ def refresh_db():
|
|||
key = line.split('\'')[1].strip()
|
||||
if 'is up to date' in line:
|
||||
ret[key] = False
|
||||
elif line.strip().startswith('Building') and '\'' in line:
|
||||
elif line.strip().startswith('Building') and '\'' in line:
|
||||
key = line.split('\'')[1].strip()
|
||||
if 'done' in line:
|
||||
ret[key] = True
|
||||
|
|
Loading…
Add table
Reference in a new issue