diff --git a/first_validation.py b/first_validation.py index cfbd543..cda8364 100644 --- a/first_validation.py +++ b/first_validation.py @@ -31,7 +31,7 @@ def hash_for_fname(fname): # Convert a string filename to a Path object. fpath = Path(fname) # Your code here. - return 'not-really-the-hash' + return fpath # Fill in the function above to make the test below pass.