Autosave: 2024-06-18 07:45:05

This commit is contained in:
thomasabishop 2024-06-18 07:45:05 +01:00
parent 751da905cc
commit 85473af3f2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -18,7 +18,7 @@ try:
stderr=subprocess.PIPE, stderr=subprocess.PIPE,
text=True, text=True,
) )
return json.loads(process.stdout) return process.stdout
except subprocess.CalledProcessError as e: except subprocess.CalledProcessError as e:
return e.stderr.strip() return e.stderr.strip()