浏览代码

Code formatting (#80).

Dan Helfman 6 月之前
父节点
当前提交
bfeea5d394
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      borgmatic/hooks/data_source/lvm.py

+ 3 - 1
borgmatic/hooks/data_source/lvm.py

@@ -155,7 +155,9 @@ def dump_data_sources(
         contained_source_directories,
         contained_source_directories,
     ) in requested_logical_volumes:
     ) in requested_logical_volumes:
         snapshot_name = f'{device_name}_{snapshot_suffix}'
         snapshot_name = f'{device_name}_{snapshot_suffix}'
-        logger.debug(f'{log_prefix}: Creating LVM snapshot {snapshot_name} of {mount_point}{dry_run_label}')
+        logger.debug(
+            f'{log_prefix}: Creating LVM snapshot {snapshot_name} of {mount_point}{dry_run_label}'
+        )
 
 
         if not dry_run:
         if not dry_run:
             snapshot_logical_volume(
             snapshot_logical_volume(