Skip to content

Commit e226b29

Browse files
oestebanmatthew-brett
authored andcommitted
ENH: More explicit error
1 parent 56ed624 commit e226b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def file_hash(filename):
2525
"""
2626
# Open the file, read contents as bytes.
2727
# Calculate, return SHA1 has on the bytes from the file.
28-
raise RuntimeError('No code yet')
28+
raise NotImplementedError('This is just a template -- you are expected to code this.')
2929

3030

3131
def validate_data(data_directory):

0 commit comments

Comments
 (0)