typo
This commit is contained in:
parent
cc9fff9840
commit
e72cc81518
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue