Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a121339 commit e00f4a8Copy full SHA for e00f4a8
1 file changed
lib/utils/hash.py
@@ -828,7 +828,7 @@ class Value():
828
handle, filename = tempfile.mkstemp(suffix=".txt")
829
os.close(handle)
830
fp = open(filename, "w+")
831
- singleTimeLogMessage("writing uncracked hashes to '%s' for eventual further processing" % filename)
+ singleTimeLogMessage("writing uncracked hashes to file '%s' for eventual further processing" % filename)
832
if user and not user.startswith(DUMMY_USER_PREFIX):
833
fp.write("%s:%s\n" % (user, hash_))
834
else:
0 commit comments