Skip to content

Commit

Permalink
Fix Pep8 error (long comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlQLange committed Jun 21, 2016
1 parent b670bbf commit dfd2a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckanext/datapusher/cli.py
Expand Up @@ -63,7 +63,8 @@ def _resubmit_all(self):

def _submit_all_packages(self):
# submit every package
# for each package in the package list, submit each resource w/ _submit_package
# for each package in the package list,
# submit each resource w/ _submit_package
import ckan.model as model
package_list = p.toolkit.get_action('package_list')
for p_id in package_list({'model': model, 'ignore_auth': True}, {}):
Expand Down

0 comments on commit dfd2a91

Please sign in to comment.