]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/compat.py
join_bytes: pass the join() args correctly for py3
[bup.git] / lib / bup / compat.py
index b795b652f916c46022a0e1a034b2d7be4cd2af0f..f713f52253e27e7f792e2ed4f15c0c21eae948c9 100644 (file)
@@ -42,7 +42,7 @@ if py3:
 
     def join_bytes(*items):
         """Return the concatenated bytes or memoryview arguments as bytes."""
-        return b''.join(*items)
+        return b''.join(items)
 
 else:  # Python 2