gorram it

This commit is contained in:
brent s 2018-04-21 00:54:38 -04:00
parent 20129f5ac0
commit 0836b93fee
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class MirrorMgr(object):
# CentOS 7 main doesn't have an i686.
if self.strvars['rel_ver'] == 7:
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+' +
'directory.*$'))
if rgx.search(e):