gorram it

This commit is contained in:
brent s 2018-04-21 00:54:38 -04:00
parent 20129f5ac0
commit 0836b93fee

View File

@ -217,7 +217,7 @@ class MirrorMgr(object):
# CentOS 7 main doesn't have an i686. # CentOS 7 main doesn't have an i686.
if self.strvars['rel_ver'] == 7: if self.strvars['rel_ver'] == 7:
for e in errors[:]: for e in errors[:]:
rgx = re.compile(('^rsync: change_dir.*/i[36]86/.*' + rgx = re.compile(('^rsync: change_dir.*/i[36]86(/|").*' +
'failed:\s*No\s+such\s+file\s+or\s+' + 'failed:\s*No\s+such\s+file\s+or\s+' +
'directory.*$')) 'directory.*$'))
if rgx.search(e): if rgx.search(e):