mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
added gitpull file to standard email attachments
This commit is contained in:
parent
12c5fd6348
commit
6f5126e309
@ -1278,6 +1278,7 @@ def gitPull(TskOrAutopsy):
|
||||
global SYS
|
||||
ccwd = ""
|
||||
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
|
||||
attachl.append(gppth)
|
||||
gpout = open(gppth, 'a')
|
||||
toPull = "http://www.github.com/sleuthkit/" + TskOrAutopsy
|
||||
call = ["git", "pull", toPull]
|
||||
|
Loading…
x
Reference in New Issue
Block a user