backup-vm icon indicating copy to clipboard operation
backup-vm copied to clipboard

Fixes json compatibily with newer Borg versions

Open magma1447 opened this issue 3 years ago • 0 comments

Newer borg versions finishes with this line:

{'time': 1663756290.4533155, 'type': 'archive_progress', 'finished': True}

This causes backup-vm to throw an exception. The pull request makes the code understand the json correctly.

magma1447 avatar Sep 21 '22 11:09 magma1447