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
1 changed files with 7 additions and 4 deletions

View File

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