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 51fd6ad commit d5bde26Copy full SHA for d5bde26
src/murfey/workflows/spa/flush_spa_preprocess.py
@@ -187,10 +187,11 @@ def register_foil_hole(
187
pixel_size=foil_hole_params.pixel_size,
188
image=str(secured_foil_hole_image_path),
189
)
190
+ fh_id = foil_hole.id
191
murfey_db.add(foil_hole)
192
murfey_db.commit()
193
murfey_db.close()
- return foil_hole.id
194
+ return fh_id
195
196
197
def _grid_square_metadata_file(f: Path, grid_square: int) -> Optional[Path]:
0 commit comments