mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Some cleaning of quotes and prints
This commit is contained in:
parent
32ad87969f
commit
e0c10755b9
@ -125,7 +125,7 @@ class LocalClient(object):
|
||||
try:
|
||||
return range_.expand(tgt)
|
||||
except seco.range.RangeException as err:
|
||||
print("Range server exception: {0}".format(err))
|
||||
print('Range server exception: {0}'.format(err))
|
||||
return []
|
||||
|
||||
def _get_timeout(self, timeout):
|
||||
|
@ -499,7 +499,6 @@ class TestDaemon(object):
|
||||
for target in responses:
|
||||
if target not in expected_connections:
|
||||
# Someone(minion) else "listening"?
|
||||
print target
|
||||
continue
|
||||
expected_connections.remove(target)
|
||||
sys.stdout.write('\r' + ' ' * PNUM + '\r')
|
||||
|
Loading…
Reference in New Issue
Block a user