We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee2e5 commit c3124c7Copy full SHA for c3124c7
1 file changed
src/hdx/data/dataset.py
@@ -447,7 +447,7 @@ def move_resource(
447
elif res_name.startswith(insert_before):
448
to_index = i
449
if to_index is None:
450
- # insert at the start if a manual resource for year cannot be found
+ # insert at the start if resource cannot be found
451
to_index = 0
452
resource = self.resources.pop(from_index)
453
if from_index < to_index:
0 commit comments