Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Oct 28, 2024
1 parent 2740cd3 commit 500aaa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libqmpbackup/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def snapshot_rebase(argv):
log.info(rebase_cmd)
commit_cmd = "qemu-img commit -b " f'"{images[0]}" ' f'"{image}"'
log.info(commit_cmd)
# subprocess.check_output(commit_cmd, shell=True)
if not argv.dry_run:
subprocess.check_output(rebase_cmd, shell=True)
subprocess.check_output(commit_cmd, shell=True)
Expand Down Expand Up @@ -401,7 +400,6 @@ def commit(argv):
log.info(rebase_cmd)
commit_cmd = "qemu-img commit -b " f'"{images[0]}" ' f'"{image}"'
log.info(commit_cmd)
# subprocess.check_output(commit_cmd, shell=True)
if not argv.dry_run:
subprocess.check_output(rebase_cmd, shell=True)
subprocess.check_output(commit_cmd, shell=True)
Expand Down

0 comments on commit 500aaa0

Please sign in to comment.