Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Dec 17, 2024
1 parent 18b73c2 commit b2fbef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libqmpbackup/qmpcommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def prepare_transaction(self, argv, devices, uuid):
async def backup(self, argv, devices, qga, uuid):
"""Start backup transaction, while backup is active,
watch for block status"""

def job_filter(event) -> bool:
event_data = event.get("data", {})
event_job_id = event_data.get("id")
Expand Down

0 comments on commit b2fbef3

Please sign in to comment.