aboutsummaryrefslogtreecommitdiffstats
path: root/fusearchive.py
diff options
context:
space:
mode:
Diffstat (limited to 'fusearchive.py')
-rwxr-xr-xfusearchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fusearchive.py b/fusearchive.py
index 804991d..6f6305f 100755
--- a/fusearchive.py
+++ b/fusearchive.py
@@ -135,7 +135,7 @@ def deflate( src, dest ):
print "Checking: " + checkpath
if os.path.exists( checkpath ):
# Check if this is our data
- verify = open( checkpath, "r" )
+ verify = gzip.open( checkpath, "r" )
verify_contents = verify.read()
verify.close()