We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5ee1d commit 8dc6e2eCopy full SHA for 8dc6e2e
src/murfey/server/api/__init__.py
@@ -1262,7 +1262,7 @@ async def request_tomography_preprocessing(
1262
1263
processing_job_parameters = db.exec(
1264
select(TomographyProcessingParameters).where(
1265
- TomographyProcessingParameters.pj_id == data_collection[2].id
+ TomographyProcessingParameters.pj_id == data_collection[0][2].id
1266
)
1267
).all()
1268
if processing_job_parameters:
0 commit comments