Skip to content

Fix python error in warning message in AutoConfiguration.py

Rafal Bielski requested to merge fix-autoconfiguration-warning into master

Fix for a trivial bug I discovered when trying to run reconstruction for data with project name data_test. The warning message was constructed with undefined variable leading to python crash.

Merge request reports