This commit is contained in:
Mike McLean 2017-03-02 11:22:33 -05:00
parent cc9fff9840
commit e72cc81518

View file

@ -538,7 +538,7 @@ class RepoManager(object):
break
if covered:
continue
if tag_id not in self.tasks:
if tag_id in self.tasks:
#repo creation in progress
#TODO - implement a timeout
continue