]> gitweb.fluxo.info Git - ckandumper.git/commitdiff
Cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 11:53:32 +0000 (08:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2019 11:53:32 +0000 (08:53 -0300)
ckandumper

index 736221998f8648af3c2aabc1e635da530a59db12..affaf24b63631a9793b6e01a803b35e2c8d970e8 100755 (executable)
@@ -168,12 +168,6 @@ class CkanDumper:
         descriptor.close()
         return data
 
-    def iterate(self, iter):
-        if self.progress == True:
-            return tqdm(iter)
-        else:
-            return iter
-
     def dump(self):
         """Downloads all content listed in a CKAN repository"""
         package_list = self.dest + os.sep + 'package_list.json'