Whitespace

This commit is contained in:
Joseph Hall 2016-01-27 09:32:15 -07:00
parent 8e7eca23e4
commit 4719f8d4ea

View File

@ -2149,7 +2149,7 @@ def lock_file(filename, interval=.5, timeout=15):
time.sleep(interval)
else:
break
salt.utils.fopen(lock, 'a').close()