We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50139 commit f3052f2Copy full SHA for f3052f2
ckanext/ogdchcommands/logic.py
@@ -230,6 +230,7 @@ def ogdch_cleanup_filestore(context, data_dict):
230
cleans up the filestore files that are no longer associated to any resources.
231
"""
232
dryrun = data_dict.get("dryrun")
233
+ resource_path = storage_path + "/resources/"
234
filepaths = []
235
errors = []
236
0 commit comments