[sulfur] fix undefined reference

This commit is contained in:
Fabio Erculiani
2011-04-11 14:10:36 +02:00
parent 63097c3d4d
commit edd1ef79d5
+1 -1
View File
@@ -1484,7 +1484,7 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
for repo in repos:
# inform UGC that we are syncing this repo
webserv = self._get_webservice(repository)
webserv = self._get_webservice(repo)
if webserv is None:
continue
try: