summaryrefslogtreecommitdiff
path: root/morphlib/bins.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/bins.py')
-rw-r--r--morphlib/bins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/bins.py b/morphlib/bins.py
index 06956cd3..ed2ac555 100644
--- a/morphlib/bins.py
+++ b/morphlib/bins.py
@@ -27,7 +27,7 @@ import tarfile
import morphlib
-def create_chunk(rootdir, chunk_filename):
+def create_chunk(rootdir, chunk_filename, globs):
'''Create a chunk from the contents of a directory.'''
logging.debug('Creating chunk file %s from %s' % (chunk_filename, rootdir))
tar = tarfile.open(name=chunk_filename, mode='w:gz')