Skip to content
Snippets Groups Projects
Commit 1e60659a authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

test: decode path hash into string

parent 0c81cb1a
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ def path_hash(path):
sha1sum_out = subprocess.check_output(cmd, shell=True)
sha1sum = sha1sum_out.split()[0]
os.chdir(CWD)
return sha1sum
return sha1sum.decode()
##################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment