stop emailing me because of a temporary rsync error
This commit is contained in:
parent
c546d427fd
commit
0ed777e86b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user