]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/restore-cmd.py
Prefer python 3, and mention intent to drop python 2 support
[bup.git] / lib / cmd / restore-cmd.py
index 7c8ca262ff3b0d1aba6eddb6049b4ff9493d88ee..37977248c45989707021c77000ed5e7544f67052 100755 (executable)
@@ -192,7 +192,7 @@ def restore(repo, parent_path, name, item, top, sparse, numeric_ids, owner_map,
             out.write(b'%s@ -> %s\n' % (fullname, meta.symlink_target))
     else:
         if verbosity >= 2:
-            out.write(fullname + '\n')
+            out.write(fullname + b'\n')
 
     orig_cwd = os.getcwd()
     try: