Skip to content

Commit

Permalink
fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Jan 28, 2024
1 parent 54020f7 commit b1da3e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libqmpbackup/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_info(filename):
except subprocess.CalledProcessError as errmsg:
raise RuntimeError from errmsg


def save_info(backupdir, blockdev):
"""Save qcow image information"""
for dev in blockdev:
Expand Down

0 comments on commit b1da3e3

Please sign in to comment.