break long line
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 23 Jun 2016 07:58:06 +0000 (09:58 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 09:32:53 +0000 (11:32 +0200)
deltatar/deltatar.py

index 2cbe98b..4ef6382 100644 (file)
@@ -1297,7 +1297,8 @@ class DeltaTar(object):
 
             # will be used by TarFile
             # wraps some args from context into the handler
-            new_volume_handler = partial(new_volume_handler, self, os.path.dirname(backup_tar_path))
+            new_volume_handler = partial(new_volume_handler, self,
+                                         os.path.dirname(backup_tar_path))
             index_it = self.iterate_tar_path(backup_tar_path,
                                              new_volume_handler=new_volume_handler)
             helper = RestoreHelper(self, cwd, backup_path=backup_tar_path,