added gitpull file to standard email attachments

This commit is contained in:
Sean-M 2013-02-21 17:04:15 -05:00
parent 12c5fd6348
commit 6f5126e309

View File

@ -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]