Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent exception while running BorgVersionJob with unexpected lines …
…on stderr The borg job logic expects the `profile_name` key to be unconditionally present in the params if any data is received on stderr. This causes the BorgVersionJob (which didn’t set this param) to fail if any unexpected output – such as LD_PRELOAD warnings – in generated while running `borg --version`. This in turn causes Vorta to silently (other than an unrelated looking exception in the console output) fall back to assuming borg 1.1.0 as the borg version.
- Loading branch information