aboutsummaryrefslogtreecommitdiffstats
path: root/python3
diff options
context:
space:
mode:
Diffstat (limited to 'python3')
-rwxr-xr-xpython3/sha3sum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/sha3sum.py b/python3/sha3sum.py
index 84fedeb..4063443 100755
--- a/python3/sha3sum.py
+++ b/python3/sha3sum.py
@@ -987,7 +987,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
printerr('\033[01;31mLoop found\033[00m')
sys.stdout.buffer.flush()
except Exception as err:
- printerr(cmd + ': connot read file: ' + filename + ': ' + str(err))
+ printerr(cmd + ': connot read file: ' + fn + ': ' + str(err))
fail = True
sys.stdout.buffer.flush()
if fail: