Show More
@@ -59,7 +59,7 b' def visit(opts, filenames, outfile):' | |||||
59 | if isfile: |
|
59 | if isfile: | |
60 | if opts.type: |
|
60 | if opts.type: | |
61 | facts.append('file') |
|
61 | facts.append('file') | |
62 | if opts.hexdump or opts.dump or opts.md5: |
|
62 | if opts.hexdump or opts.dump or opts.md5 or opts.sha1: | |
63 | content = open(f, 'rb').read() |
|
63 | content = open(f, 'rb').read() | |
64 | elif islink: |
|
64 | elif islink: | |
65 | if opts.type: |
|
65 | if opts.type: |
General Comments 0
You need to be logged in to leave comments.
Login now