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 a484968 commit 4c59c2eCopy full SHA for 4c59c2e
src/murfey/client/contexts/spa_metadata.py
@@ -44,7 +44,7 @@ def _foil_hole_positions(xml_path: Path, grid_square: int) -> Dict[str, FoilHole
44
required_key = key
45
break
46
if not required_key:
47
- logger.warning(f"Required key not found for {str(xml_path)}")
+ logger.info(f"Required key not found for {str(xml_path)}")
48
return {}
49
foil_holes = {}
50
for fh_block in serialization_array[required_key]:
0 commit comments