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 05a18b97..8fd01182 100644
--- a/morphlib/bins.py
+++ b/morphlib/bins.py
@@ -101,7 +101,7 @@ def create_stratum(rootdir, f, ex):
tar.close()
-def unpack_binary_from_file(f, dirname, ex): # pragma: no cover
+def unpack_binary_from_file(f, dirname): # pragma: no cover
'''Unpack a binary into a directory.
The directory must exist already.