Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Aug 14, 2024
1 parent 289032d commit 8948027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def bulk_resource_upload(pkg_name):
}
tk.get_action("package_patch")(context, patch_package_data)

#The for loop stays for future multi files upload posibility
# This loop stays for future multi files upload possibility
for f in uploaded_files:

url_striped = re.sub(r"[)()]+", "", f.filename)
Expand Down

0 comments on commit 8948027

Please sign in to comment.