diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-15 17:09:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-15 17:09:54 -0300 |
commit | a2c49d3701b9a8b4ea27730e94b2e769d7084254 (patch) | |
tree | d8223a7e75c652c6a4bd14fa4e92077d65447ba2 | |
parent | 2f4cf9d60d8e7acd07028a80f71ee711422639f7 (diff) | |
download | ckandumper-a2c49d3701b9a8b4ea27730e94b2e769d7084254.tar.gz ckandumper-a2c49d3701b9a8b4ea27730e94b2e769d7084254.tar.bz2 |
Fix typo (2)
-rwxr-xr-x | ckandumper | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ class CkanDumper: resource_file = package_folder + os.sep + 'data' + os.sep + name + format - package_download.append([resource['url'], resource_file]) + package_downloads.append([resource['url'], resource_file]) self.download.get(package_downloads) |