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

Skip to content

Commit f96f33a

Browse files
committed
Fix for an Issue #1100
1 parent 7bcb3ce commit f96f33a

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
@@ -957,7 +957,7 @@ class Value():
957957

958958
if len(hash_regexes) == 0:
959959
warnMsg = "unknown hash format. "
960-
warnMsg += "Please report by e-mail to %s" % ML
960+
warnMsg += "Please report by e-mail to '[email protected]'"
961961
logger.warn(warnMsg)
962962

963963
if len(results) == 0:

0 commit comments

Comments
 (0)