stop emailing me because of a temporary rsync error

This commit is contained in:
brent s 2018-04-19 01:18:19 -04:00
parent c546d427fd
commit 0ed777e86b

View File

@ -264,10 +264,13 @@ class MirrorMgr(object):
if chk == 0: if chk == 0:
_open = True _open = True
break break
if not _open: if os.isatty(sys.stdin.fileno()):
raise RuntimeError(('Rsync on host {0}:{1} is not ' + if not _open:
'accessible!').format(_split_srv[0], raise RuntimeError(('Rsync on host {0}:{1} is not ' +
_port)) 'accessible!').format(_split_srv[0],
_port))
else:
exit()
return() return()
def chkdest(): def chkdest():
_dest = os.path.abspath( _dest = os.path.abspath(