From 17c1fdeb7ca07e56b28e3b632cc4ad6f99ca3339 Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Tue, 25 Oct 2016 17:02:25 +0200 Subject: [PATCH] Deleted debug line --- .gitignore | 1 + .idea/workspace.xml | 18 ++++-------------- modules/winreg.py | 1 - 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index eeb8a6e..13ba121 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ **/__pycache__ +.idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0819298..8b1c4a2 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,17 +2,7 @@ - - - - - - - - - - @@ -40,8 +30,8 @@ - - + + @@ -740,8 +730,8 @@ - - + + diff --git a/modules/winreg.py b/modules/winreg.py index 73000ab..8d4baa6 100644 --- a/modules/winreg.py +++ b/modules/winreg.py @@ -56,6 +56,5 @@ class RegistryModule(Module): #Vista+ files += [profile + "/AppData/Local/Microsoft/Windows/UsrClass.dat"] - print(files) runProcess(["tar","-czvf",path + "winreg_" + vol + ".tar.gz"] + files) umount(mntid) -- libgit2 0.22.2