Skip to content

Commit d56fceb

Browse files
oestebanmatthew-brett
authored andcommitted
Update validate_data.py
1 parent e226b29 commit d56fceb

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
@@ -54,7 +54,7 @@ def validate_data(data_directory):
5454
# Calculate actual hash for given filename.
5555
# If hash for filename is not the same as the one in the file, raise
5656
# ValueError
57-
raise RuntimeError("No code yet")
57+
raise NotImplementedError('This is just a template -- you are expected to code this.')
5858

5959

6060
def main():

0 commit comments

Comments
 (0)