Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e00f4a8

Browse files
committed
minor cosmetics
1 parent a121339 commit e00f4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ class Value():
828828
handle, filename = tempfile.mkstemp(suffix=".txt")
829829
os.close(handle)
830830
fp = open(filename, "w+")
831-
singleTimeLogMessage("writing uncracked hashes to '%s' for eventual further processing" % filename)
831+
singleTimeLogMessage("writing uncracked hashes to file '%s' for eventual further processing" % filename)
832832
if user and not user.startswith(DUMMY_USER_PREFIX):
833833
fp.write("%s:%s\n" % (user, hash_))
834834
else:

0 commit comments

Comments
 (0)