mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
8b4f46fbd0
commit
1b2abeabd1
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,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