Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extract-all for flat input zip (#14)
* Added /build/ directory to .gitignore * Fixed bug initialising aff4.LogicalImage instances * fixed bugs in extract() * fixed aff4.extractAll() NameError exeption * Fix call to extractAll function This patch is partially necessary to correct the `--extract-all` flag. With this correction, `--extract-all` will work if there were no directories ingested from an input zip. Issue 15 reports on the problem with directories from an ingested zip. #15 This patch builds on Pull Request 13, as I'd also found the binary- output mode was necessary, though in a different spot. #13 Signed-off-by: Alex Nelson <[email protected]>
- Loading branch information