Skip to content

Commit 2902be4

Browse files
authored
merge: #240 from ginger/not-implemented
2 parents 6c59257 + 3605a78 commit 2902be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckanext/versioned_datastore/lib/downloads/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def generate_derivative(self):
519519
filename = os.path.extsep.join([resource_id, fileext])
520520
shutil.copy2(filepath, os.path.join(temp_dir, filename))
521521
else:
522-
raise NotImplemented(
522+
raise NotImplementedError(
523523
f'No raw file is available for resource {resource_id}'
524524
)
525525

0 commit comments

Comments
 (0)