We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you add
elif self.export_format == "body": await FileWriters.write_body(list(self.mft_records.values()), self.output_file) elif self.export_format == "timeline": await FileWriters.write_timeline(list(self.mft_records.values()), self.output_file)
after line 253 in mft_analyzer.py
the output of timeline and body will work too. Thank you very much for the great tool!
The text was updated successfully, but these errors were encountered:
If you'd like to make a PR, I'd be happy to merge it so you get credit.
Sorry, something went wrong.
efcefc0
Thank you so much! Sorry, no time for PR - I am abroad.
Successfully merging a pull request may close this issue.
If you add
elif self.export_format == "body":
await FileWriters.write_body(list(self.mft_records.values()), self.output_file)
elif self.export_format == "timeline":
await FileWriters.write_timeline(list(self.mft_records.values()), self.output_file)
after line 253 in mft_analyzer.py
the output of timeline and body will work too.
Thank you very much for the great tool!
The text was updated successfully, but these errors were encountered: