Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nex committed Nov 6, 2012
1 parent e2e30cf commit a329bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def store_sample(data):
if not os.path.exists(folder):
os.makedirs(folder, 0750)

file_path = os.path.join(folder, md5)
file_path = os.path.join(folder, sha256)

if not os.path.exists(file_path):
sample = open(file_path, "wb")
Expand Down

0 comments on commit a329bf3

Please sign in to comment.