Skip to content

Commit

Permalink
Removed useless stat
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bellaccini committed Aug 26, 2017
1 parent a70e2b3 commit f22e45c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyAesCrypt/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def encryptFile(infile, outfile, passw, bufferSize):

if len(passw) > maxPassLen:
raise ValueError("Password is too long.")

# get input file size
inputFileSize = stat(infile).st_size

try:
with open(infile, "rb") as fIn:
Expand Down

0 comments on commit f22e45c

Please sign in to comment.