aboutsummaryrefslogtreecommitdiffstats
path: root/FuseArchive/ChunkFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'FuseArchive/ChunkFile.py')
-rw-r--r--FuseArchive/ChunkFile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FuseArchive/ChunkFile.py b/FuseArchive/ChunkFile.py
index 457fe37..3b04ba8 100644
--- a/FuseArchive/ChunkFile.py
+++ b/FuseArchive/ChunkFile.py
@@ -245,7 +245,7 @@ class ChunkFile(object):
return data
def write(self, buf, offset):
- if magic_profiling:
+ if FuseArchive.magic_profiling:
return len( buf )
logging.debug( "Writing to %s offset: %d (0x%x) length: %d (0x%x)" %