You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest pypi push broke all dependent projects because the api has changed. Pyaff4 should start to use semantic versioning from now on to ensure people can rely on it being stable moving forward.
The call to the `extractAll` function seems to make a semantically
incorrect usage of `args.srcFiles[0]`. The `extract` function uses
`arg.folder` as an output specifier, and `args.srcFiles` as an input
specifier. `extractAll` should drop input parameters.
This patch modifies the `extractAll` call to use `args.folder` to
specify output. However, this may cause backwards-incompatible changes
with any scripts that use `--extract-all`, so this should wait for the
next major version (keeping with SemVer called for in Issue 8).
#8
This patch is independent of Pull Request 14.
#14
Signed-off-by: Alex Nelson <[email protected]>
The latest pypi push broke all dependent projects because the api has changed. Pyaff4 should start to use semantic versioning from now on to ensure people can rely on it being stable moving forward.
https://github.com/google/rekall/issues/493
The text was updated successfully, but these errors were encountered: