Commit 17c1fdeb7ca07e56b28e3b632cc4ad6f99ca3339

Authored by Imanol-Mikel Barba Sabariego
1 parent 9730fecf

Deleted debug line

.gitignore
1 1 **/__pycache__
  2 +.idea/workspace.xml
... ...
.idea/workspace.xml
... ... @@ -2,17 +2,7 @@
2 2 <project version="4">
3 3 <component name="ChangeListManager">
4 4 <list default="true" id="33419617-7da8-422e-9ac6-68e0b317ebf8" name="Default" comment="">
5   - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
6   - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/mount.py" />
7   - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/scripts/list_fat.sh" />
8   - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/vars/winvol.py" />
9   - <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/winver.py" />
10   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
11   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/digger.py" afterPath="$PROJECT_DIR$/digger.py" />
12   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/modules/info.py" afterPath="$PROJECT_DIR$/modules/info.py" />
13 5 <change type="MODIFICATION" beforePath="$PROJECT_DIR$/modules/winreg.py" afterPath="$PROJECT_DIR$/modules/winreg.py" />
14   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/tomb.py" afterPath="$PROJECT_DIR$/tomb.py" />
15   - <change type="MODIFICATION" beforePath="$PROJECT_DIR$/vars/ntfsvol.py" afterPath="$PROJECT_DIR$/vars/ntfsvol.py" />
16 6 </list>
17 7 <ignored path="gravedigger.iws" />
18 8 <ignored path=".idea/workspace.xml" />
... ... @@ -40,8 +30,8 @@
40 30 <file leaf-file-name="winreg.py" pinned="false" current-in-tab="true">
41 31 <entry file="file://$PROJECT_DIR$/modules/winreg.py">
42 32 <provider selected="true" editor-type-id="text-editor">
43   - <state relative-caret-position="485">
44   - <caret line="56" column="49" selection-start-line="56" selection-start-column="49" selection-end-line="56" selection-end-column="49" />
  33 + <state relative-caret-position="523">
  34 + <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" />
45 35 <folding>
46 36 <element signature="e#0#25#0" expanded="true" />
47 37 </folding>
... ... @@ -740,8 +730,8 @@
740 730 </entry>
741 731 <entry file="file://$PROJECT_DIR$/modules/winreg.py">
742 732 <provider selected="true" editor-type-id="text-editor">
743   - <state relative-caret-position="485">
744   - <caret line="56" column="49" selection-start-line="56" selection-start-column="49" selection-end-line="56" selection-end-column="49" />
  733 + <state relative-caret-position="523">
  734 + <caret line="57" column="0" selection-start-line="57" selection-start-column="0" selection-end-line="57" selection-end-column="0" />
745 735 <folding>
746 736 <element signature="e#0#25#0" expanded="true" />
747 737 </folding>
... ...
modules/winreg.py
... ... @@ -56,6 +56,5 @@ class RegistryModule(Module):
56 56 #Vista+
57 57 files += [profile + "/AppData/Local/Microsoft/Windows/UsrClass.dat"]
58 58  
59   - print(files)
60 59 runProcess(["tar","-czvf",path + "winreg_" + vol + ".tar.gz"] + files)
61 60 umount(mntid)
... ...