Skip to content

Commit

Permalink
single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 authored and basepi committed Oct 16, 2013
1 parent 568d8e2 commit f06e04f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/modules/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def _check_pillar(kwargs):


def _wait(jid):
""" Wait for all previously started state jobs to finish running """
'''
Wait for all previously started state jobs to finish running
'''
states = _prior_running_states(jid)
while states:
time.sleep(1)
Expand Down

0 comments on commit f06e04f

Please sign in to comment.