Skip to content

Commit 3252c80

Browse files
committed
Misnamed processing job id
1 parent 131345b commit 3252c80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,8 +1262,7 @@ async def request_tomography_preprocessing(
12621262

12631263
processing_job_parameters = db.exec(
12641264
select(TomographyProcessingParameters).where(
1265-
TomographyProcessingParameters.processing_job_id
1266-
== data_collection[2].id
1265+
TomographyProcessingParameters.pj_id == data_collection[2].id
12671266
)
12681267
).all()
12691268
if processing_job_parameters:

0 commit comments

Comments
 (0)