python indent error latest git

1.5.0
commit 0b40a8560
Kubuntu 25.10

Scripts (e.g. Grxpert and syqon) fail with.an indent code errror.
I’ve tried recreating the venv both from within Siril and manually. If it helps, the same scripts work fine with this checkout, with or without GPU:

git checkout 15f1f3633ce2e5d3111d2080a2b1ee78fa5b191a
Date: Tue Dec 2 22:13:26 2025 +0000

Any ideas?
TIA

15:30:59: Python module is up-to-date
15:31:07: Reading TIFF: 16-bit file m3-seti2.tif, 3 layer(s), 1437x1337 pixels
15:31:14: Starting script /home/steve/.local/share/siril-scripts/processing/GraXpert-AI.py
15:31:14: Traceback (most recent call last):
15:31:14: File “/home/steve/.local/share/siril-scripts/processing/GraXpert-AI.py”, line 71, in
15:31:14: import sirilpy as s
15:31:14: File “/home/steve/.local/share/siril/venv/lib/python3.12/site-packages/sirilpy/init.py”, line 139, in
15:31:14: from .connection import SirilInterface
15:31:14: File “/home/steve/.local/share/siril/venv/lib/python3.12/site-packages/sirilpy/connection.py”, line 5865
15:31:14: def open_dialog(self, dialog: DialogID):
15:31:14: ^
15:31:14: IndentationError: unindent does not match any outer indentation level
15:31:14: Python process (PID: 7756) exited with status 1

Thanks. Fixed with the sirilpy update:

commit 5510d1326ba2a610896f28a4117dd35817f97837 (HEAD, origin/master, origin/HEAD)
Author: Cyril Richard cyril.richard42@gmail.com
Date: Thu Mar 26 22:14:58 2026 +0100
Fixing sirilpy

1 Like