Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Aug 14, 2024
1 parent 8948027 commit 5808642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
region_name=aws_region
)


# Package busoperator
def package_busoperator(errors=None):

if flask.request.method == 'GET':
Expand Down Expand Up @@ -113,7 +113,7 @@ def package_busoperator(errors=None):
return redirect(h.url_for('bulkupload.package_busoperator', errors=errors))



# Bulk resource upload
def bulk_resource_upload(pkg_name):

if flask.request.method == 'GET':
Expand Down

0 comments on commit 5808642

Please sign in to comment.