Skip to content

Commit f3052f2

Browse files
authored
fix: define resource_path
This went missing after falsely resolved merge conflicts
1 parent 4c50139 commit f3052f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ckanext/ogdchcommands/logic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def ogdch_cleanup_filestore(context, data_dict):
230230
cleans up the filestore files that are no longer associated to any resources.
231231
"""
232232
dryrun = data_dict.get("dryrun")
233+
resource_path = storage_path + "/resources/"
233234
filepaths = []
234235
errors = []
235236

0 commit comments

Comments
 (0)