Skip to content

Commit

Permalink
fix pylint warning, change docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Nov 14, 2024
1 parent 8051ae3 commit a525ce3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libqmpbackup/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _check(image):


def _snapshot_exists(snapshot, image):
"""before rebase we check consistency of all files"""
"""before rebase we check if an snapshot already exists"""
check_cmd = f"qemu-img snapshot -l '{image}'"
try:
log.info(check_cmd)
Expand Down
1 change: 0 additions & 1 deletion libqmpbackup/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
the LICENSE file in the top-level directory.
"""

import os
import json
import logging
from dataclasses import dataclass
Expand Down

0 comments on commit a525ce3

Please sign in to comment.