Fixed typo.
authorAleksey Maksimov <ctpeko3a@gmail.com>
Tue, 18 Jun 2013 10:10:56 +0000 (18:10 +0800)
committerSalim Fadhley <sal@stodge.org>
Sun, 23 Jun 2013 20:21:52 +0000 (21:21 +0100)
Shall stop posting fixes from Github UI no matter how small they look! This is the last one! :)

jenkinsapi/jenkins.py

index 5082138..6c6de9d 100644 (file)
@@ -84,7 +84,7 @@ class Jenkins(JenkinsBase):
         Get the jobs information
         :return url, name
         """
-        for info in self._data["jobs"]
+        for info in self._data["jobs"]:
             yield info["url"], info["name"]
 
     def get_jobs_list(self):