Merge remote-tracking branch 'origin/pr/164'
* origin/pr/164: Fixed minor error in Qubes Backup
This commit is contained in:
commit
1d68a70356
@ -163,6 +163,8 @@ def get_path_from_vm(vm, service_name):
|
||||
return None
|
||||
stdout, _stderr = vm.run_service_for_stdio(service_name)
|
||||
|
||||
stdout = stdout.strip()
|
||||
|
||||
untrusted_path = stdout.decode(encoding='ascii')[:path_max_len]
|
||||
|
||||
if not untrusted_path:
|
||||
|
Loading…
Reference in New Issue
Block a user