mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +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
|
global SYS
|
||||||
ccwd = ""
|
ccwd = ""
|
||||||
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
|
gppth = make_local_path(case.output_dir, "GitPullOutput" + TskOrAutopsy + ".txt")
|
||||||
|
attachl.append(gppth)
|
||||||
gpout = open(gppth, 'a')
|
gpout = open(gppth, 'a')
|
||||||
toPull = "http://www.github.com/sleuthkit/" + TskOrAutopsy
|
toPull = "http://www.github.com/sleuthkit/" + TskOrAutopsy
|
||||||
call = ["git", "pull", toPull]
|
call = ["git", "pull", toPull]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user